Skip to content

Commit

Permalink
Revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 31, 2024
1 parent 5d06f98 commit 2184b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snaps-execution-environments/wdio.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const config = {
capabilities: [
{
maxInstances: MAX_WORKERS,
browserName: 'firefox',
browserName: 'chrome',
},
...(IS_CI
? [
Expand Down

0 comments on commit 2184b08

Please sign in to comment.