Skip to content

Commit

Permalink
fix: Actually fix the browser tests. (#8736)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7a23c88)
  • Loading branch information
gonfunko committed Jan 16, 2025
1 parent 6daa162 commit 50f390b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/browser/test/test_setup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export async function driverSetup() {
const options = {
capabilities: {
'browserName': 'chrome',
'unhandledPromptBehavior': 'ignore',
'goog:chromeOptions': {
args: ['--allow-file-access-from-files'],
},
Expand Down

0 comments on commit 50f390b

Please sign in to comment.