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
|
||||
|
||||
exports[`Content-Manager || RelationInput || RelationItem should render and match snapshot 1`] = `
|
||||
.c6 {
|
||||
.c7 {
|
||||
border: 0;
|
||||
-webkit-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;
|
||||
}
|
||||
|
||||
.c6 {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
<div>
|
||||
<li
|
||||
aria-describedby="test"
|
||||
@ -88,13 +93,17 @@ exports[`Content-Manager || RelationInput || RelationItem should render and matc
|
||||
<div
|
||||
class="c3 c4 c5"
|
||||
spacing="1"
|
||||
>
|
||||
<div
|
||||
class="c2 c6"
|
||||
>
|
||||
First relation
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<div
|
||||
class="c6"
|
||||
class="c7"
|
||||
>
|
||||
<p
|
||||
aria-live="polite"
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Content-Manager || RelationInput || RelationList should render and match snapshot 1`] = `
|
||||
.c7 {
|
||||
.c8 {
|
||||
border: 0;
|
||||
-webkit-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;
|
||||
}
|
||||
|
||||
.c7 {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
@ -115,10 +120,14 @@ exports[`Content-Manager || RelationInput || RelationList should render and matc
|
||||
<div
|
||||
class="c4 c5 c6"
|
||||
spacing="1"
|
||||
>
|
||||
<div
|
||||
class="c3 c7"
|
||||
>
|
||||
First relation
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li
|
||||
aria-describedby="test"
|
||||
@ -132,14 +141,18 @@ exports[`Content-Manager || RelationInput || RelationList should render and matc
|
||||
<div
|
||||
class="c4 c5 c6"
|
||||
spacing="1"
|
||||
>
|
||||
<div
|
||||
class="c3 c7"
|
||||
>
|
||||
Second relation
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
<div
|
||||
class="c7"
|
||||
class="c8"
|
||||
>
|
||||
<p
|
||||
aria-live="polite"
|
||||
|
Loading…
x
Reference in New Issue
Block a user