Skip to content

Commit 02d8037

Browse files
committed
Updated with sorted ordering.
1 parent e26b485 commit 02d8037

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

web-ui/src/pages/__snapshots__/SettingsPage.test.jsx.snap

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ exports[`SettingsPage > renders correctly 1`] = `
3838
class="MuiSwitch-root MuiSwitch-sizeMedium settings-control css-julti5-MuiSwitch-root"
3939
>
4040
<span
41-
class="MuiButtonBase-root MuiSwitch-switchBase MuiSwitch-colorPrimary Mui-checked PrivateSwitchBase-root MuiSwitch-switchBase MuiSwitch-colorPrimary Mui-checked Mui-checked css-byenzh-MuiButtonBase-root-MuiSwitch-switchBase"
41+
class="MuiButtonBase-root MuiSwitch-switchBase MuiSwitch-colorPrimary PrivateSwitchBase-root MuiSwitch-switchBase MuiSwitch-colorPrimary css-byenzh-MuiButtonBase-root-MuiSwitch-switchBase"
4242
>
4343
<input
44-
checked=""
4544
class="PrivateSwitchBase-input MuiSwitch-input css-1m9pwf3"
4645
id="another-setting"
4746
type="checkbox"
@@ -68,12 +67,12 @@ exports[`SettingsPage > renders correctly 1`] = `
6867
class="settings-type"
6968
>
7069
<label
71-
for="string-setting"
70+
for="other-setting"
7271
>
7372
<h5
7473
class="MuiTypography-root MuiTypography-h5 MuiTypography-gutterBottom css-h93ljk-MuiTypography-root"
7574
>
76-
String Setting
75+
Other Setting
7776
</h5>
7877
</label>
7978
<p>
@@ -84,23 +83,22 @@ exports[`SettingsPage > renders correctly 1`] = `
8483
>
8584
<input
8685
class="MuiInputBase-input MuiInput-input css-1x51dt5-MuiInputBase-input-MuiInput-input"
87-
id="string-setting"
88-
placeholder="Enter String Setting"
89-
type="text"
90-
value="The value"
86+
id="other-setting"
87+
type="number"
88+
value="42"
9189
/>
9290
</div>
9391
</div>
9492
<div
9593
class="settings-type"
9694
>
9795
<label
98-
for="other-setting"
96+
for="string-setting"
9997
>
10098
<h5
10199
class="MuiTypography-root MuiTypography-h5 MuiTypography-gutterBottom css-h93ljk-MuiTypography-root"
102100
>
103-
Other Setting
101+
String Setting
104102
</h5>
105103
</label>
106104
<p>
@@ -111,9 +109,10 @@ exports[`SettingsPage > renders correctly 1`] = `
111109
>
112110
<input
113111
class="MuiInputBase-input MuiInput-input css-1x51dt5-MuiInputBase-input-MuiInput-input"
114-
id="other-setting"
115-
type="number"
116-
value="42"
112+
id="string-setting"
113+
placeholder="Enter String Setting"
114+
type="text"
115+
value="The value"
117116
/>
118117
</div>
119118
</div>

0 commit comments

Comments
 (0)