Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jun 26, 2024
1 parent 2c02169 commit c45c38c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ describe('Extension E2E Tests', () => {

await Promise.all([setupPage.waitForNavigation(), setPasswordButton.click()]);

expect(newPasswordInput).toBeDefined();
const enterPassphrasePageContent = await setupPage.content();

expect(enterPassphrasePageContent).toContain('Enter Passphrase');
}, 10000);
});

0 comments on commit c45c38c

Please sign in to comment.