@@ -204,6 +204,8 @@ exports[`ListControl should add to list when add button is clicked 1`] = `
204204 class = " emotion-15 emotion-16"
205205 >
206206 <mock-list-item-top-bar
207+ allowremove = " "
208+ allowreorder = " "
207209 class = " emotion-17 emotion-18"
208210 data-testid = " styled-list-item-top-bar-0"
209211 id = " 0"
@@ -454,6 +456,8 @@ exports[`ListControl should remove from list when remove button is clicked 1`] =
454456 class = " emotion-15 emotion-16"
455457 >
456458 <mock-list-item-top-bar
459+ allowremove = " "
460+ allowreorder = " "
457461 class = " emotion-17 emotion-18"
458462 data-testid = " styled-list-item-top-bar-0"
459463 id = " 0"
@@ -482,6 +486,8 @@ exports[`ListControl should remove from list when remove button is clicked 1`] =
482486 class = " emotion-15 emotion-16"
483487 >
484488 <mock-list-item-top-bar
489+ allowremove = " "
490+ allowreorder = " "
485491 class = " emotion-17 emotion-18"
486492 data-testid = " styled-list-item-top-bar-1"
487493 id = " 1"
@@ -732,6 +738,8 @@ exports[`ListControl should remove from list when remove button is clicked 2`] =
732738 class = " emotion-15 emotion-16"
733739 >
734740 <mock-list-item-top-bar
741+ allowremove = " "
742+ allowreorder = " "
735743 class = " emotion-17 emotion-18"
736744 collapsed = " "
737745 data-testid = " styled-list-item-top-bar-1"
@@ -995,6 +1003,8 @@ exports[`ListControl should render list with fields with collapse = "false" and
9951003 class = " emotion-15 emotion-16"
9961004 >
9971005 <mock-list-item-top-bar
1006+ allowremove = " "
1007+ allowreorder = " "
9981008 class = " emotion-17 emotion-18"
9991009 data-testid = " styled-list-item-top-bar-0"
10001010 id = " 0"
@@ -1023,6 +1033,8 @@ exports[`ListControl should render list with fields with collapse = "false" and
10231033 class = " emotion-15 emotion-16"
10241034 >
10251035 <mock-list-item-top-bar
1036+ allowremove = " "
1037+ allowreorder = " "
10261038 class = " emotion-17 emotion-18"
10271039 data-testid = " styled-list-item-top-bar-1"
10281040 id = " 1"
@@ -1273,6 +1285,8 @@ exports[`ListControl should render list with fields with collapse = "false" and
12731285 class = " emotion-15 emotion-16"
12741286 >
12751287 <mock-list-item-top-bar
1288+ allowremove = " "
1289+ allowreorder = " "
12761290 class = " emotion-17 emotion-18"
12771291 data-testid = " styled-list-item-top-bar-0"
12781292 id = " 0"
@@ -1301,6 +1315,8 @@ exports[`ListControl should render list with fields with collapse = "false" and
13011315 class = " emotion-15 emotion-16"
13021316 >
13031317 <mock-list-item-top-bar
1318+ allowremove = " "
1319+ allowreorder = " "
13041320 class = " emotion-17 emotion-18"
13051321 data-testid = " styled-list-item-top-bar-1"
13061322 id = " 1"
@@ -1551,6 +1567,8 @@ exports[`ListControl should render list with fields with default collapse ("true
15511567 class = " emotion-15 emotion-16"
15521568 >
15531569 <mock-list-item-top-bar
1570+ allowremove = " "
1571+ allowreorder = " "
15541572 class = " emotion-17 emotion-18"
15551573 collapsed = " "
15561574 data-testid = " styled-list-item-top-bar-0"
@@ -1581,6 +1599,8 @@ exports[`ListControl should render list with fields with default collapse ("true
15811599 class = " emotion-15 emotion-16"
15821600 >
15831601 <mock-list-item-top-bar
1602+ allowremove = " "
1603+ allowreorder = " "
15841604 class = " emotion-17 emotion-18"
15851605 collapsed = " "
15861606 data-testid = " styled-list-item-top-bar-1"
@@ -2015,6 +2035,8 @@ exports[`ListControl should render list with nested object 1`] = `
20152035 class = " emotion-15 emotion-16"
20162036 >
20172037 <mock-list-item-top-bar
2038+ allowremove = " "
2039+ allowreorder = " "
20182040 class = " emotion-17 emotion-18"
20192041 collapsed = " "
20202042 data-testid = " styled-list-item-top-bar-0"
@@ -2045,6 +2067,8 @@ exports[`ListControl should render list with nested object 1`] = `
20452067 class = " emotion-15 emotion-16"
20462068 >
20472069 <mock-list-item-top-bar
2070+ allowremove = " "
2071+ allowreorder = " "
20482072 class = " emotion-17 emotion-18"
20492073 collapsed = " "
20502074 data-testid = " styled-list-item-top-bar-1"
@@ -2297,6 +2321,8 @@ exports[`ListControl should render list with nested object with collapse = false
22972321 class = " emotion-15 emotion-16"
22982322 >
22992323 <mock-list-item-top-bar
2324+ allowremove = " "
2325+ allowreorder = " "
23002326 class = " emotion-17 emotion-18"
23012327 data-testid = " styled-list-item-top-bar-0"
23022328 id = " 0"
@@ -2325,6 +2351,8 @@ exports[`ListControl should render list with nested object with collapse = false
23252351 class = " emotion-15 emotion-16"
23262352 >
23272353 <mock-list-item-top-bar
2354+ allowremove = " "
2355+ allowreorder = " "
23282356 class = " emotion-17 emotion-18"
23292357 data-testid = " styled-list-item-top-bar-1"
23302358 id = " 1"
0 commit comments