Skip to content

Commit 6a5b19d

Browse files
test: tests & Lint
1 parent 57e4ca3 commit 6a5b19d

File tree

4 files changed

+44
-1
lines changed

4 files changed

+44
-1
lines changed

apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/Filters/AppsLogsFilterOptionsCompact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const CompactFilterOptions = ({ handleExpandAll, handleRefreshLogs, isLoading, .
3131
disabled: isLoading,
3232
},
3333
};
34-
return <Menu small={false} alignSelf='flex-end' options={menuOptions} {...props} />;
34+
return <Menu title={t('Options')} small={false} alignSelf='flex-end' options={menuOptions} {...props} />;
3535
};
3636

3737
export default CompactFilterOptions;

apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/Filters/__snapshots__/AppLogsFilterCompact.spec.tsx.snap

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@ exports[`renders AppLogsItem without crashing 1`] = `
5757
Filters
5858
</span>
5959
</button>
60+
<button
61+
class="rcx-box rcx-box--full rcx-button--large-square rcx-button--square rcx-button--icon rcx-button rcx-css-17zzf5z"
62+
data-testid="menu"
63+
title="Options"
64+
type="button"
65+
>
66+
<i
67+
aria-hidden="true"
68+
class="rcx-box rcx-box--full rcx-icon--name-kebab rcx-icon rcx-css-1x2l7ts"
69+
>
70+
71+
</i>
72+
</button>
6073
</div>
6174
</div>
6275
</div>

apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/Filters/__snapshots__/AppLogsFilterExpanded.spec.tsx.snap

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,34 @@ exports[`renders AppLogsItem without crashing 1`] = `
216216
</i>
217217
</button>
218218
</div>
219+
<button
220+
class="rcx-box rcx-box--full rcx-button--secondary rcx-button rcx-css-qv9v2f"
221+
type="button"
222+
>
223+
<span
224+
class="rcx-button--content"
225+
>
226+
<i
227+
aria-hidden="true"
228+
class="rcx-box rcx-box--full rcx-icon--name-arrow-expand rcx-icon rcx-css-1hdf9ok"
229+
>
230+
231+
</i>
232+
Expand_all
233+
</span>
234+
</button>
235+
<button
236+
class="rcx-box rcx-box--full rcx-button--large-square rcx-button--icon-secondary rcx-button--square rcx-button--icon rcx-button rcx-css-qv9v2f"
237+
title="Refresh_logs"
238+
type="button"
239+
>
240+
<i
241+
aria-hidden="true"
242+
class="rcx-box rcx-box--full rcx-icon--name-refresh rcx-icon rcx-css-1x2l7ts"
243+
>
244+
245+
</i>
246+
</button>
219247
</div>
220248
</div>
221249
</div>

packages/i18n/src/locales/en.i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,6 +1997,7 @@
19971997
"Execute_Synchronization_Now": "Execute Synchronization Now",
19981998
"Exit_Full_Screen": "Exit Full Screen",
19991999
"Expand": "Expand",
2000+
"Expand_all": "Expand all",
20002001
"Expand_view": "Expand view",
20012002
"Experimental_Feature_Alert": "This is an experimental feature! Please be aware that it may change, break, or even be removed in the future without any notice.",
20022003
"Expiration": "Expiration",
@@ -4141,6 +4142,7 @@
41414142
"Redirect_URL_does_not_match": "Redirect URL does not match",
41424143
"Refresh": "Refresh",
41434144
"Refresh_keys": "Refresh keys",
4145+
"Refresh_logs": "Refresh logs",
41444146
"Refresh_oauth_services": "Refresh OAuth Services",
41454147
"Refresh_your_page_after_install_to_enable_screen_sharing": "Refresh your page after install to enable screen sharing",
41464148
"Refreshing": "Refreshing",

0 commit comments

Comments
 (0)