re-enable webkit tests

pull/1728/head
Cory LaViska 2023-11-17 14:03:22 -05:00
rodzic 1bf490aed0
commit 3b2eb9bb5c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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">