Skip to content

Commit 6efa8bb

Browse files
committed
@settings_06 update
1 parent 095087d commit 6efa8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/settings.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ describe('@settings - Settings', () => {
239239

240240
// Restart the app
241241
await sleep(3000);
242-
await launchFreshApp();
242+
await launchFreshApp( {tryHandleAlert: driver.isAndroid} );
243243
// Balance should be hidden
244244
await elementById('ShowBalance').waitForDisplayed();
245245
});

0 commit comments

Comments
 (0)