File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments