Skip to content

Commit

Permalink
Fixed snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mkimberlin committed Nov 25, 2024
1 parent 990a7de commit 84142a6
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 37 deletions.
40 changes: 22 additions & 18 deletions web-ui/src/pages/__snapshots__/CheckinsReportPage.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,33 @@ exports[`renders correctly 1`] = `
<div
class="MuiBox-root css-1ay9vb9"
>
<button
<span
aria-label="Change PDL"
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
class=""
data-mui-internal-clone-element="true"
style="margin: 4px 8px 0px 0px;"
tabindex="0"
type="button"
>
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
data-testid="AddIcon"
focusable="false"
viewBox="0 0 24 24"
<button
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
style="margin: 4px 8px 0px 0px;"
tabindex="0"
type="button"
>
<path
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
data-testid="AddIcon"
focusable="false"
viewBox="0 0 24 24"
>
<path
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"
/>
</svg>
<span
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
/>
</svg>
<span
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
/>
</button>
</button>
</span>
<button
aria-label="Download"
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-edgeEnd MuiIconButton-sizeMedium css-1yq5fb3-MuiButtonBase-root-MuiIconButton-root"
Expand Down
42 changes: 23 additions & 19 deletions web-ui/src/pages/__snapshots__/MeritReportPage.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports[`renders correctly 1`] = `
for="file-upload-comp"
>
<h3>
Compenstion History File
Compensation History File
</h3>
<input
accept=".csv"
Expand Down Expand Up @@ -127,29 +127,33 @@ exports[`renders correctly 1`] = `
<div
class="MuiBox-root css-1ay9vb9"
>
<button
<span
aria-label="Change Members"
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
class=""
data-mui-internal-clone-element="true"
style="margin: 4px 8px 0px 0px;"
tabindex="0"
type="button"
>
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
data-testid="AddIcon"
focusable="false"
viewBox="0 0 24 24"
<button
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
style="margin: 4px 8px 0px 0px;"
tabindex="0"
type="button"
>
<path
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
data-testid="AddIcon"
focusable="false"
viewBox="0 0 24 24"
>
<path
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z"
/>
</svg>
<span
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
/>
</svg>
<span
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
/>
</button>
</button>
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 84142a6

Please sign in to comment.