Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c87a19c

Browse files
committed
Update test snapshots
1 parent e7b5b48 commit c87a19c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

test/components/views/settings/tabs/user/__snapshots__/PreferencesUserSettingsTab-test.tsx.snap

+30-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exports[`PreferencesUserSettingsTab should render 1`] = `
3131
class="mx_SettingsSubsection_content"
3232
>
3333
<div
34-
class="mx_SettingsSubsection_contentStretch"
34+
class="mx_SettingsSubsection_dropdown"
3535
>
3636
Application language
3737
<div
@@ -224,6 +224,35 @@ exports[`PreferencesUserSettingsTab should render 1`] = `
224224
<div
225225
class="mx_SettingsSubsection_content"
226226
>
227+
<div
228+
class="mx_SettingsSubsection_dropdown"
229+
>
230+
Set timezone
231+
<div
232+
class="mx_Dropdown mx_dropdownUserTimezone"
233+
>
234+
<div
235+
aria-describedby="mx_dropdownUserTimezone_value"
236+
aria-expanded="false"
237+
aria-haspopup="listbox"
238+
aria-label="Set timezone"
239+
aria-owns="mx_dropdownUserTimezone_input"
240+
class="mx_AccessibleButton mx_Dropdown_input mx_no_textinput"
241+
role="button"
242+
tabindex="0"
243+
>
244+
<div
245+
class="mx_Dropdown_option"
246+
id="mx_dropdownUserTimezone_value"
247+
>
248+
Browser default (UTC)
249+
</div>
250+
<span
251+
class="mx_Dropdown_arrow"
252+
/>
253+
</div>
254+
</div>
255+
</div>
227256
<div
228257
class="mx_SettingsFlag"
229258
>

0 commit comments

Comments
 (0)