Skip to content

Commit

Permalink
Change from firefox to chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 20, 2024
1 parent 4abb1b0 commit 9a9336b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export default defineConfig({
projects: [
// NOTE: our goal here isn't to extensively test Niivue, all we need is a working WebGL2!
{
name: "firefox",
use: { ...devices["Desktop Firefox"] },
name: "chromium",
use: { ...devices["Desktop Chrome"] },
},
],

Expand Down

0 comments on commit 9a9336b

Please sign in to comment.