mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
chore: Update snapshot tests
This commit is contained in:
parent
4fcb38d53d
commit
1c5f010bd6
@ -1336,7 +1336,7 @@ exports[`BrowseStep renders and match snapshot 1`] = `
|
||||
</div>
|
||||
<nav
|
||||
aria-label="pagination"
|
||||
class="sc-PDIEN"
|
||||
class="sc-bMPrwj"
|
||||
>
|
||||
<ul
|
||||
class="c20 c67"
|
||||
|
||||
@ -70,6 +70,9 @@ exports[`MediaLibrary / AssetList snapshots the asset list 1`] = `
|
||||
.c3 {
|
||||
background: #ffffff;
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #eaeaef;
|
||||
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
|
||||
height: 100%;
|
||||
}
|
||||
@ -198,6 +201,8 @@ exports[`MediaLibrary / AssetList snapshots the asset list 1`] = `
|
||||
height: 10.25rem;
|
||||
width: 100%;
|
||||
background: repeating-conic-gradient(#f6f6f9 0% 25%,transparent 0% 50%) 50% / 20px 20px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.c17 {
|
||||
|
||||
@ -762,7 +762,7 @@ describe('Admin | containers | RoleCreatePage', () => {
|
||||
border: 1px solid #4945ff;
|
||||
}
|
||||
|
||||
.c44:hover:not([aria-disabled='true']) .sc-eHtaVP {
|
||||
.c44:hover:not([aria-disabled='true']) .sc-cWPeQZ {
|
||||
color: #271fe0;
|
||||
}
|
||||
|
||||
|
||||
@ -831,7 +831,7 @@ describe('Admin | containers | RoleEditPage', () => {
|
||||
border: 1px solid #4945ff;
|
||||
}
|
||||
|
||||
.c49:hover:not([aria-disabled='true']) .sc-eHtaVP {
|
||||
.c49:hover:not([aria-disabled='true']) .sc-cWPeQZ {
|
||||
color: #271fe0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user