mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
fix: Actually fix the browser tests. (#8736)
This commit is contained in:
@@ -38,6 +38,7 @@ export async function driverSetup() {
|
||||
const options = {
|
||||
capabilities: {
|
||||
'browserName': 'chrome',
|
||||
'unhandledPromptBehavior': 'ignore',
|
||||
'goog:chromeOptions': {
|
||||
args: ['--allow-file-access-from-files'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user