Skip to content

Commit

Permalink
fix: try to enter passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanmo226 committed Oct 30, 2024
1 parent 2ac4bd8 commit 0c884c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe('SETUP: ', () => {
await RefreshKeyScreen.clickOkButton();
await BaseScreen.checkModalMessage(CommonData.refreshingKeysFromEkm.wrongPassPhrase);
await RefreshKeyScreen.clickSystemOkButton();
await RefreshKeyScreen.fillPassPhrase('wrong passphrase');
await RefreshKeyScreen.cancelRefresh();
await KeysScreen.openScreenFromSideMenu();
await KeysScreen.checkKeysScreen([ekmKeySamples.key0]);
Expand Down

0 comments on commit 0c884c5

Please sign in to comment.