chore: update snapshots

This commit is contained in:
Josh 2022-11-15 08:56:55 +00:00
parent 4650013393
commit c9e9b1ca67
2 changed files with 29 additions and 7 deletions

View File

@ -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"

View File

@ -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"