Skip to content

Commit a7f6ece

Browse files
smockleCopilot
andcommitted
Use Chrome for Guidepup tests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 043c4e2 commit a7f6ece

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

playwright.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const config = {
99
retries: 0,
1010
projects: [
1111
{
12-
name: "Microsoft Edge",
12+
name: "Google Chrome",
1313
use: {
14-
...devices["Desktop Edge"],
15-
channel: "msedge",
14+
...devices["Desktop Chrome"],
15+
channel: "chrome",
1616
},
1717
},
1818
],

0 commit comments

Comments
 (0)