Skip to content

Commit

Permalink
chore: Added Google Chrome to the browser that is tested against
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Feb 24, 2024
1 parent 89f49db commit 4c2e858
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/e2e-web-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@ export default defineConfig({
name: "Microsoft Edge",
use: { ...devices["Desktop Edge"], channel: "msedge" },
},
/*
{
name: "Google Chrome",
use: { ...devices["Desktop Chrome"], channel: "chrome" },
},
*/
],

/* Run your local dev server before starting the tests */
Expand Down

0 comments on commit 4c2e858

Please sign in to comment.