diff --git a/web-test-runner.config.js b/web-test-runner.config.js index be597272..668b3b61 100644 --- a/web-test-runner.config.js +++ b/web-test-runner.config.js @@ -21,8 +21,8 @@ export default { ], browsers: [ playwrightLauncher({ product: 'chromium' }), - playwrightLauncher({ product: 'firefox' }) - // playwrightLauncher({ product: 'webkit' }) // all tests currently fail on macOS Sonoma. + playwrightLauncher({ product: 'firefox' }), + playwrightLauncher({ product: 'webkit' }) ], testRunnerHtml: testFramework => `