Skip to content

Commit 01fd4ff

Browse files
committed
test: update snapshots
1 parent 42598db commit 01fd4ff

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/decap-cms-widget-list/src/__tests__/__snapshots__/ListControl.spec.js.snap

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -724,13 +724,12 @@ exports[`ListControl should remove from list when remove button is clicked 2`] =
724724
<div>
725725
<div
726726
class="emotion-15 emotion-16"
727-
style="transition: transform 0ms linear;"
728727
>
729728
<mock-list-item-top-bar
730729
classname="css-1e1b0lr-StyledListItemTopBar e11zrb3c1"
731730
collapsed="true"
732-
data-testid="styled-list-item-top-bar-2"
733-
id="2"
731+
data-testid="styled-list-item-top-bar-1"
732+
id="1"
734733
>
735734
<button>
736735
Remove
@@ -744,12 +743,12 @@ exports[`ListControl should remove from list when remove button is clicked 2`] =
744743
<mock-object-control
745744
classnamewrapper="classNameWrapper css-1pznrxi"
746745
collapsed="true"
747-
data-testid="object-control-2"
746+
data-testid="object-control-1"
748747
field="Map { \\"name\\": \\"list\\", \\"label\\": \\"List\\", \\"collapsed\\": false, \\"minimize_collapsed\\": true, \\"fields\\": List [ Map { \\"label\\": \\"String\\", \\"name\\": \\"string\\", \\"widget\\": \\"string\\" } ] }"
749748
fieldserrors="Map {}"
750749
forlist="true"
751-
parentids="forID,2"
752-
validationkey="2"
750+
parentids="forID,1"
751+
validationkey="1"
753752
value="Map { \\"string\\": \\"item 2\\" }"
754753
/>
755754
</div>

0 commit comments

Comments
 (0)