Skip to content

Commit 50d961f

Browse files
committed
don't auto accept alerts on iOS
1 parent 0bd1fc6 commit 50d961f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdio.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const config: WebdriverIO.Config = {
7676
'appium:platformVersion': '26.0',
7777
'appium:app': path.join(__dirname, 'aut', 'Bitkit.app'),
7878
'appium:autoGrantPermissions': true,
79-
'appium:autoAcceptAlerts': true,
79+
'appium:autoAcceptAlerts': false,
8080
// 'appium:fullReset': true,
8181
'appium:noReset': false,
8282

0 commit comments

Comments
 (0)