Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnass committed Jan 15, 2025
1 parent 42598db commit 01fd4ff
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -724,13 +724,12 @@ exports[`ListControl should remove from list when remove button is clicked 2`] =
<div>
<div
class="emotion-15 emotion-16"
style="transition: transform 0ms linear;"
>
<mock-list-item-top-bar
classname="css-1e1b0lr-StyledListItemTopBar e11zrb3c1"
collapsed="true"
data-testid="styled-list-item-top-bar-2"
id="2"
data-testid="styled-list-item-top-bar-1"
id="1"
>
<button>
Remove
Expand All @@ -744,12 +743,12 @@ exports[`ListControl should remove from list when remove button is clicked 2`] =
<mock-object-control
classnamewrapper="classNameWrapper css-1pznrxi"
collapsed="true"
data-testid="object-control-2"
data-testid="object-control-1"
field="Map { \\"name\\": \\"list\\", \\"label\\": \\"List\\", \\"collapsed\\": false, \\"minimize_collapsed\\": true, \\"fields\\": List [ Map { \\"label\\": \\"String\\", \\"name\\": \\"string\\", \\"widget\\": \\"string\\" } ] }"
fieldserrors="Map {}"
forlist="true"
parentids="forID,2"
validationkey="2"
parentids="forID,1"
validationkey="1"
value="Map { \\"string\\": \\"item 2\\" }"
/>
</div>
Expand Down

0 comments on commit 01fd4ff

Please sign in to comment.