Skip to content

Commit 84142a6

Browse files
committed
Fixed snapshots
1 parent 990a7de commit 84142a6

File tree

2 files changed

+45
-37
lines changed

2 files changed

+45
-37
lines changed

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

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,33 @@ exports[`renders correctly 1`] = `
4949
<div
5050
class="MuiBox-root css-1ay9vb9"
5151
>
52-
<button
52+
<span
5353
aria-label="Change PDL"
54-
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
54+
class=""
5555
data-mui-internal-clone-element="true"
56-
style="margin: 4px 8px 0px 0px;"
57-
tabindex="0"
58-
type="button"
5956
>
60-
<svg
61-
aria-hidden="true"
62-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
63-
data-testid="AddIcon"
64-
focusable="false"
65-
viewBox="0 0 24 24"
57+
<button
58+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
59+
style="margin: 4px 8px 0px 0px;"
60+
tabindex="0"
61+
type="button"
6662
>
67-
<path
68-
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"
63+
<svg
64+
aria-hidden="true"
65+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
66+
data-testid="AddIcon"
67+
focusable="false"
68+
viewBox="0 0 24 24"
69+
>
70+
<path
71+
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"
72+
/>
73+
</svg>
74+
<span
75+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
6976
/>
70-
</svg>
71-
<span
72-
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
73-
/>
74-
</button>
77+
</button>
78+
</span>
7579
<button
7680
aria-label="Download"
7781
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-edgeEnd MuiIconButton-sizeMedium css-1yq5fb3-MuiButtonBase-root-MuiIconButton-root"

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

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports[`renders correctly 1`] = `
2222
for="file-upload-comp"
2323
>
2424
<h3>
25-
Compenstion History File
25+
Compensation History File
2626
</h3>
2727
<input
2828
accept=".csv"
@@ -127,29 +127,33 @@ exports[`renders correctly 1`] = `
127127
<div
128128
class="MuiBox-root css-1ay9vb9"
129129
>
130-
<button
130+
<span
131131
aria-label="Change Members"
132-
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
132+
class=""
133133
data-mui-internal-clone-element="true"
134-
style="margin: 4px 8px 0px 0px;"
135-
tabindex="0"
136-
type="button"
137134
>
138-
<svg
139-
aria-hidden="true"
140-
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
141-
data-testid="AddIcon"
142-
focusable="false"
143-
viewBox="0 0 24 24"
135+
<button
136+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
137+
style="margin: 4px 8px 0px 0px;"
138+
tabindex="0"
139+
type="button"
144140
>
145-
<path
146-
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"
141+
<svg
142+
aria-hidden="true"
143+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
144+
data-testid="AddIcon"
145+
focusable="false"
146+
viewBox="0 0 24 24"
147+
>
148+
<path
149+
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"
150+
/>
151+
</svg>
152+
<span
153+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
147154
/>
148-
</svg>
149-
<span
150-
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
151-
/>
152-
</button>
155+
</button>
156+
</span>
153157
</div>
154158
</div>
155159
</div>

0 commit comments

Comments
 (0)