Skip to content

Commit

Permalink
ci(web-test-runner.config.js): remove webkit in testing
Browse files Browse the repository at this point in the history
missing dependency on github runner
  • Loading branch information
shc261392 committed Nov 8, 2023
1 parent 64512bc commit c524d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const browsers = {
// ===========
chromium: playwrightLauncher({product: 'chromium'}),
firefox: playwrightLauncher({product: 'firefox'}),
webkit: playwrightLauncher({product: 'webkit'}),
// webkit: playwrightLauncher({product: 'webkit'}),

// Uncomment example launchers for running on Sauce Labs
// ===========
Expand Down

0 comments on commit c524d62

Please sign in to comment.