Skip to content

Commit c7c19df

Browse files
committed
security adjustments
1 parent 1e0b302 commit c7c19df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/specs/security.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('@security - Security And Privacy', () => {
6161
await tap('DrawerSettings');
6262
await tap('SecuritySettings');
6363
await tap('PINCode');
64-
await tap('SecureWallet-button-continue');
64+
await tap('SecureWalletContinue');
6565
await multiTap('N1', PIN_LENGTH); // enter PIN
6666
await multiTap('N2', PIN_LENGTH); // retype wrong PIN
6767
await elementById('WrongPIN').waitForDisplayed(); // WrongPIN warning should appear
@@ -136,7 +136,7 @@ describe('@security - Security And Privacy', () => {
136136
await tap('DrawerSettings');
137137
await tap('SecuritySettings');
138138
await tap('PINCode');
139-
await tap('SecureWallet-button-continue');
139+
await tap('SecureWalletContinue');
140140
await multiTap('N1', PIN_LENGTH); // enter PIN
141141
await multiTap('N1', PIN_LENGTH); // retype PIN
142142
await tap('SkipButton'); // skip Biometrics for now

0 commit comments

Comments
 (0)