Commit 3e8a6aba authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by Lukas Eipert

Update Jest snapshots

parent eb7dee5f
...@@ -5,6 +5,7 @@ exports[`ApproversColumn component when a list with more than three approvers is ...@@ -5,6 +5,7 @@ exports[`ApproversColumn component when a list with more than three approvers is
<gl-avatars-inline-stub <gl-avatars-inline-stub
avatars="[object Object],[object Object],[object Object],[object Object]" avatars="[object Object],[object Object],[object Object],[object Object]"
avatarsize="24" avatarsize="24"
badgetooltipprop=""
collapsed="true" collapsed="true"
maxvisible="2" maxvisible="2"
/> />
...@@ -35,6 +36,7 @@ exports[`ApproversColumn component when a list with three approvers is passed ma ...@@ -35,6 +36,7 @@ exports[`ApproversColumn component when a list with three approvers is passed ma
<gl-avatars-inline-stub <gl-avatars-inline-stub
avatars="[object Object],[object Object],[object Object]" avatars="[object Object],[object Object],[object Object]"
avatarsize="24" avatarsize="24"
badgetooltipprop=""
collapsed="true" collapsed="true"
maxvisible="3" maxvisible="3"
/> />
...@@ -46,6 +48,7 @@ exports[`ApproversColumn component when a list with two approvers is passed matc ...@@ -46,6 +48,7 @@ exports[`ApproversColumn component when a list with two approvers is passed matc
<gl-avatars-inline-stub <gl-avatars-inline-stub
avatars="[object Object],[object Object]" avatars="[object Object],[object Object]"
avatarsize="24" avatarsize="24"
badgetooltipprop=""
collapsed="true" collapsed="true"
maxvisible="3" maxvisible="3"
/> />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment