Skip to content

Commit

Permalink
chore: switched to branded chrome (#4329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten committed Jan 7, 2025
1 parent fb2cfd6 commit fc3e9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playwright_anvil-catalog.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: PlaywrightTestConfig = {
projects: [
{
name: "chromium",
use: { ...devices["Desktop Chrome"] },
use: { ...devices["Desktop Chrome"], channel: "chrome" },
},
{
name: "firefox",
Expand Down
2 changes: 1 addition & 1 deletion playwright_anvil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: PlaywrightTestConfig = {
projects: [
{
name: "chromium",
use: { ...devices["Desktop Chrome"] },
use: { ...devices["Desktop Chrome"], channel: "chrome" },
},
{
name: "firefox",
Expand Down

0 comments on commit fc3e9b5

Please sign in to comment.