Skip to content

Commit 63a2c10

Browse files
committed
fix: update selector
1 parent 74c8162 commit 63a2c10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components/Views/Onboarding/__snapshots__/index.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ exports[`Onboarding should render correctly with medium device and android 1`] =
883883
"paddingHorizontal": 16,
884884
}
885885
}
886-
testID="wallet-setup-screen-import-from-seed-button-id"
886+
testID="wallet-setup-screen-have-an-existing-wallet-button-id"
887887
>
888888
<Text
889889
accessibilityRole="text"

app/components/Views/Onboarding/index.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ describe('Onboarding', () => {
903903
);
904904

905905
const importSeedButton = getByTestId(
906-
OnboardingSelectorIDs.IMPORT_SEED_BUTTON,
906+
OnboardingSelectorIDs.EXISTING_WALLET_BUTTON,
907907
);
908908
await act(async () => {
909909
fireEvent.press(importSeedButton);
@@ -953,7 +953,7 @@ describe('Onboarding', () => {
953953
);
954954

955955
const importSeedButton = getByTestId(
956-
OnboardingSelectorIDs.IMPORT_SEED_BUTTON,
956+
OnboardingSelectorIDs.EXISTING_WALLET_BUTTON,
957957
);
958958
await act(async () => {
959959
fireEvent.press(importSeedButton);

0 commit comments

Comments
 (0)