We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daa162 commit 50f390bCopy full SHA for 50f390b
1 file changed
tests/browser/test/test_setup.mjs
@@ -38,6 +38,7 @@ export async function driverSetup() {
38
const options = {
39
capabilities: {
40
'browserName': 'chrome',
41
+ 'unhandledPromptBehavior': 'ignore',
42
'goog:chromeOptions': {
43
args: ['--allow-file-access-from-files'],
44
},
0 commit comments