Skip to content

Commit

Permalink
video recorder test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tttt24 committed Jun 24, 2024
1 parent efe071c commit 5405965
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/src/tests/import-wallet-2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ describeScenario('Import Wallet 2', () => {

await Pages.SetWallet.passwordField.fill(envVars.DEFAULT_PASSWORD);
await Pages.SetWallet.repeatPasswordField.fill(envVars.DEFAULT_PASSWORD);

await Pages.SetWallet.acceptTerms.click();
await Pages.SetWallet.importButton.click();

await Pages.ImportExistingWallet.enterSeedPhrase(envVars.DEFAULT_HD_ACCOUNT_SEED_PHRASE);


await Pages.NewsletterModal.closeButton.click();
});
});

0 comments on commit 5405965

Please sign in to comment.