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