Skip to content

Commit 50f390b

Browse files
committed
fix: Actually fix the browser tests. (#8736)
(cherry picked from commit 7a23c88)
1 parent 6daa162 commit 50f390b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/browser/test/test_setup.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export async function driverSetup() {
3838
const options = {
3939
capabilities: {
4040
'browserName': 'chrome',
41+
'unhandledPromptBehavior': 'ignore',
4142
'goog:chromeOptions': {
4243
args: ['--allow-file-access-from-files'],
4344
},

0 commit comments

Comments
 (0)