From 7a23c8878fe7f706971fceeea59547e7b738ef14 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Thu, 16 Jan 2025 11:02:49 -0800 Subject: [PATCH] fix: Actually fix the browser tests. (#8736) --- tests/browser/test/test_setup.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/browser/test/test_setup.mjs b/tests/browser/test/test_setup.mjs index f07d559ad..9b48a3638 100644 --- a/tests/browser/test/test_setup.mjs +++ b/tests/browser/test/test_setup.mjs @@ -38,6 +38,7 @@ export async function driverSetup() { const options = { capabilities: { 'browserName': 'chrome', + 'unhandledPromptBehavior': 'ignore', 'goog:chromeOptions': { args: ['--allow-file-access-from-files'], },