re-enable webkit tests

This commit is contained in:
Cory LaViska
2023-11-17 14:03:22 -05:00
parent 1bf490aed0
commit 3b2eb9bb5c

View File

@@ -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 => `
<html lang="en-US">