Skip to content

Commit

Permalink
remove firefox specific test preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
leyhline committed Jan 19, 2024
1 parent f373f5a commit 317aed4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ export default {
},
browsers: [
playwrightLauncher({ product: "chromium" }),
playwrightLauncher({
product: "firefox",
launchOptions: {
firefoxUserPrefs: {
"dom.workers.modules.enabled": true,
},
},
}),
playwrightLauncher({ product: "firefox" }),
],
};

0 comments on commit 317aed4

Please sign in to comment.