Skip to content

Commit 3b30ea2

Browse files
crathorjraff
authored andcommitted
test(core-terms-and-conditions): update tests
1 parent dbcfcc2 commit 3b30ea2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/TermsAndConditions/__tests__/__snapshots__/TermsAndConditions.spec.jsx.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2520,7 +2520,7 @@ exports[`TermsAndConditions renders expanded 1`] = `
25202520
type="indexed"
25212521
>
25222522
<Item
2523-
key=".$One"
2523+
key=".$0"
25242524
styledComponent={
25252525
Object {
25262526
"$$typeof": Symbol(react.forward_ref),
@@ -2585,7 +2585,7 @@ exports[`TermsAndConditions renders expanded 1`] = `
25852585
</List__StyledListItem>
25862586
</Item>
25872587
<Item
2588-
key=".$Two"
2588+
key=".$1"
25892589
styledComponent={
25902590
Object {
25912591
"$$typeof": Symbol(react.forward_ref),
@@ -2650,7 +2650,7 @@ exports[`TermsAndConditions renders expanded 1`] = `
26502650
</List__StyledListItem>
26512651
</Item>
26522652
<Item
2653-
key=".$Three"
2653+
key=".$2"
26542654
styledComponent={
26552655
Object {
26562656
"$$typeof": Symbol(react.forward_ref),
@@ -4747,7 +4747,7 @@ exports[`TermsAndConditions renders expanded with indexedContent and nonIndexedC
47474747
type="indexed"
47484748
>
47494749
<Item
4750-
key=".$One"
4750+
key=".$0"
47514751
styledComponent={
47524752
Object {
47534753
"$$typeof": Symbol(react.forward_ref),
@@ -4812,7 +4812,7 @@ exports[`TermsAndConditions renders expanded with indexedContent and nonIndexedC
48124812
</List__StyledListItem>
48134813
</Item>
48144814
<Item
4815-
key=".$Two"
4815+
key=".$1"
48164816
styledComponent={
48174817
Object {
48184818
"$$typeof": Symbol(react.forward_ref),
@@ -4877,7 +4877,7 @@ exports[`TermsAndConditions renders expanded with indexedContent and nonIndexedC
48774877
</List__StyledListItem>
48784878
</Item>
48794879
<Item
4880-
key=".$Three"
4880+
key=".$2"
48814881
styledComponent={
48824882
Object {
48834883
"$$typeof": Symbol(react.forward_ref),
@@ -5528,7 +5528,7 @@ exports[`TermsAndConditions renders expanded with indexedContent and nonIndexedC
55285528
type="nonIndexed"
55295529
>
55305530
<Item
5531-
key=".$Four"
5531+
key=".$0"
55325532
styledComponent={
55335533
Object {
55345534
"$$typeof": Symbol(react.forward_ref),
@@ -5593,7 +5593,7 @@ exports[`TermsAndConditions renders expanded with indexedContent and nonIndexedC
55935593
</List__StyledListItem>
55945594
</Item>
55955595
<Item
5596-
key=".$Five"
5596+
key=".$1"
55975597
styledComponent={
55985598
Object {
55995599
"$$typeof": Symbol(react.forward_ref),
@@ -7712,7 +7712,7 @@ exports[`TermsAndConditions renders expanded with just nonIndexedContent 1`] = `
77127712
type="nonIndexed"
77137713
>
77147714
<Item
7715-
key=".$Four"
7715+
key=".$0"
77167716
styledComponent={
77177717
Object {
77187718
"$$typeof": Symbol(react.forward_ref),
@@ -7777,7 +7777,7 @@ exports[`TermsAndConditions renders expanded with just nonIndexedContent 1`] = `
77777777
</List__StyledListItem>
77787778
</Item>
77797779
<Item
7780-
key=".$Five"
7780+
key=".$1"
77817781
styledComponent={
77827782
Object {
77837783
"$$typeof": Symbol(react.forward_ref),

0 commit comments

Comments
 (0)