We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31363b8 commit 7b3ee87Copy full SHA for 7b3ee87
packages/suite-desktop-core/e2e/tests/onboarding/t1b1/t1b1-recovery-success.test.ts
@@ -57,7 +57,7 @@ test.describe(
57
await onboardingPage.pin.skip();
58
await onboardingPage.continueCoinsButton.click();
59
await expect(onboardingPage.finalTitle).toBeVisible();
60
- await expect(onboardingPage.finalTitle).toContainText('Setup complete!');
+ await expect(onboardingPage.finalTitle).toContainTranslation('TR_FINAL_HEADING');
61
},
62
);
63
0 commit comments