-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge branch 'develop' into use-property-table-for-add-dialog
- Loading branch information
Showing
28 changed files
with
3,603 additions
and
2,933 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 86 additions & 0 deletions
86
src/admin/__snapshots__/adminCardView.component.test.tsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`AdminCardView > renders admin card view correctly 1`] = ` | ||
<DocumentFragment> | ||
<div | ||
class="MuiGrid-root MuiGrid-container css-11lq3yg-MuiGrid-root" | ||
> | ||
<div | ||
class="MuiGrid-root MuiGrid-container css-k6wrnl-MuiGrid-root" | ||
> | ||
<div | ||
class="MuiGrid-root MuiGrid-container MuiGrid-item MuiGrid-grid-xs-12 css-le9sc4-MuiGrid-root" | ||
> | ||
<div | ||
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-sm-6 css-1b3l6lk-MuiGrid-root" | ||
> | ||
<a | ||
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-colorPrimary MuiButton-fullWidth MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-colorPrimary MuiButton-fullWidth css-q760su-MuiButtonBase-root-MuiButton-root" | ||
href="/units" | ||
tabindex="0" | ||
> | ||
<div | ||
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root css-siqlql-MuiPaper-root-MuiCard-root" | ||
> | ||
<div | ||
class="MuiCardContent-root css-lo1d59-MuiCardContent-root" | ||
> | ||
<div | ||
class="MuiGrid-root css-vj1n65-MuiGrid-root" | ||
> | ||
<div | ||
class="MuiGrid-root css-13qkvwv-MuiGrid-root" | ||
> | ||
<p | ||
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root" | ||
> | ||
Units | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<span | ||
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root" | ||
/> | ||
</a> | ||
</div> | ||
<div | ||
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-sm-6 css-1b3l6lk-MuiGrid-root" | ||
> | ||
<a | ||
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-colorPrimary MuiButton-fullWidth MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-colorPrimary MuiButton-fullWidth css-q760su-MuiButtonBase-root-MuiButton-root" | ||
href="/usage-statuses" | ||
tabindex="0" | ||
> | ||
<div | ||
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root css-siqlql-MuiPaper-root-MuiCard-root" | ||
> | ||
<div | ||
class="MuiCardContent-root css-lo1d59-MuiCardContent-root" | ||
> | ||
<div | ||
class="MuiGrid-root css-vj1n65-MuiGrid-root" | ||
> | ||
<div | ||
class="MuiGrid-root css-13qkvwv-MuiGrid-root" | ||
> | ||
<p | ||
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root" | ||
> | ||
Usage Statuses | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<span | ||
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root" | ||
/> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</DocumentFragment> | ||
`; |
Oops, something went wrong.