mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
chore: update snapshots
This commit is contained in:
parent
4650013393
commit
c9e9b1ca67
@ -1,7 +1,7 @@
|
|||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
exports[`Content-Manager || RelationInput || RelationItem should render and match snapshot 1`] = `
|
exports[`Content-Manager || RelationInput || RelationItem should render and match snapshot 1`] = `
|
||||||
.c6 {
|
.c7 {
|
||||||
border: 0;
|
border: 0;
|
||||||
-webkit-clip: rect(0 0 0 0);
|
-webkit-clip: rect(0 0 0 0);
|
||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
@ -75,6 +75,11 @@ exports[`Content-Manager || RelationInput || RelationItem should render and matc
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c6 {
|
||||||
|
width: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<li
|
<li
|
||||||
aria-describedby="test"
|
aria-describedby="test"
|
||||||
@ -89,12 +94,16 @@ exports[`Content-Manager || RelationInput || RelationItem should render and matc
|
|||||||
class="c3 c4 c5"
|
class="c3 c4 c5"
|
||||||
spacing="1"
|
spacing="1"
|
||||||
>
|
>
|
||||||
First relation
|
<div
|
||||||
|
class="c2 c6"
|
||||||
|
>
|
||||||
|
First relation
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<div
|
<div
|
||||||
class="c6"
|
class="c7"
|
||||||
>
|
>
|
||||||
<p
|
<p
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
exports[`Content-Manager || RelationInput || RelationList should render and match snapshot 1`] = `
|
exports[`Content-Manager || RelationInput || RelationList should render and match snapshot 1`] = `
|
||||||
.c7 {
|
.c8 {
|
||||||
border: 0;
|
border: 0;
|
||||||
-webkit-clip: rect(0 0 0 0);
|
-webkit-clip: rect(0 0 0 0);
|
||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
@ -75,6 +75,11 @@ exports[`Content-Manager || RelationInput || RelationList should render and matc
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c7 {
|
||||||
|
width: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.c0 {
|
.c0 {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
@ -116,7 +121,11 @@ exports[`Content-Manager || RelationInput || RelationList should render and matc
|
|||||||
class="c4 c5 c6"
|
class="c4 c5 c6"
|
||||||
spacing="1"
|
spacing="1"
|
||||||
>
|
>
|
||||||
First relation
|
<div
|
||||||
|
class="c3 c7"
|
||||||
|
>
|
||||||
|
First relation
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
@ -133,13 +142,17 @@ exports[`Content-Manager || RelationInput || RelationList should render and matc
|
|||||||
class="c4 c5 c6"
|
class="c4 c5 c6"
|
||||||
spacing="1"
|
spacing="1"
|
||||||
>
|
>
|
||||||
Second relation
|
<div
|
||||||
|
class="c3 c7"
|
||||||
|
>
|
||||||
|
Second relation
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="c7"
|
class="c8"
|
||||||
>
|
>
|
||||||
<p
|
<p
|
||||||
aria-live="polite"
|
aria-live="polite"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user