Skip to content

Commit

Permalink
Try chromium instead of Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 11, 2024
1 parent 780ff75 commit 0e9afd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions niivue-react/playwright-ct.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,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 0e9afd1

Please sign in to comment.