temp disable webkit

pull/1728/head
Cory LaViska 2023-11-17 13:48:45 -05:00
rodzic 1564df829b
commit 1bf490aed0
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' })
playwrightLauncher({ product: 'firefox' })
// playwrightLauncher({ product: 'webkit' }) // all tests currently fail on macOS Sonoma.
],
testRunnerHtml: testFramework => `
<html lang="en-US">