From 39f35488aad419b31989e31b365163c6caa22421 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Thu, 16 Jan 2025 10:59:33 -0800 Subject: [PATCH] fix: Actually fix the browser tests. --- 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 f07d559adf..9b48a3638a 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'], },