fix: Actually fix the browser tests. (#8736)

This commit is contained in:
Aaron Dodson
2025-01-16 11:02:49 -08:00
committed by GitHub
parent a86ba15154
commit 7a23c8878f

View File

@@ -38,6 +38,7 @@ export async function driverSetup() {
const options = {
capabilities: {
'browserName': 'chrome',
'unhandledPromptBehavior': 'ignore',
'goog:chromeOptions': {
args: ['--allow-file-access-from-files'],
},