Skip to content

Commit e34cb1c

Browse files
committed
fix: update Ramp Deposit and EarnWithdraw snapshots for keypad testID additions
1 parent 8de70d0 commit e34cb1c

2 files changed

Lines changed: 198 additions & 0 deletions

File tree

app/components/UI/Earn/Views/EarnWithdrawInputView/__snapshots__/EarnWithdrawInputView.test.tsx.snap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
822822
undefined,
823823
]
824824
}
825+
testID="keypad-key-1"
825826
>
826827
<Text
827828
accessibilityRole="none"
@@ -874,6 +875,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
874875
undefined,
875876
]
876877
}
878+
testID="keypad-key-2"
877879
>
878880
<Text
879881
accessibilityRole="none"
@@ -926,6 +928,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
926928
undefined,
927929
]
928930
}
931+
testID="keypad-key-3"
929932
>
930933
<Text
931934
accessibilityRole="none"
@@ -992,6 +995,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
992995
undefined,
993996
]
994997
}
998+
testID="keypad-key-4"
995999
>
9961000
<Text
9971001
accessibilityRole="none"
@@ -1044,6 +1048,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
10441048
undefined,
10451049
]
10461050
}
1051+
testID="keypad-key-5"
10471052
>
10481053
<Text
10491054
accessibilityRole="none"
@@ -1096,6 +1101,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
10961101
undefined,
10971102
]
10981103
}
1104+
testID="keypad-key-6"
10991105
>
11001106
<Text
11011107
accessibilityRole="none"
@@ -1162,6 +1168,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
11621168
undefined,
11631169
]
11641170
}
1171+
testID="keypad-key-7"
11651172
>
11661173
<Text
11671174
accessibilityRole="none"
@@ -1214,6 +1221,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
12141221
undefined,
12151222
]
12161223
}
1224+
testID="keypad-key-8"
12171225
>
12181226
<Text
12191227
accessibilityRole="none"
@@ -1266,6 +1274,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
12661274
undefined,
12671275
]
12681276
}
1277+
testID="keypad-key-9"
12691278
>
12701279
<Text
12711280
accessibilityRole="none"
@@ -1334,6 +1343,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
13341343
},
13351344
]
13361345
}
1346+
testID="keypad-key-dot"
13371347
>
13381348
<Text
13391349
accessibilityRole="none"
@@ -1386,6 +1396,7 @@ exports[`EarnWithdrawInputView render matches snapshot 1`] = `
13861396
undefined,
13871397
]
13881398
}
1399+
testID="keypad-key-0"
13891400
>
13901401
<Text
13911402
accessibilityRole="none"

0 commit comments

Comments
 (0)