From 0e9afd1c11f34928beee9f7e2400f2d0b0b27810 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Wed, 10 Jan 2024 22:23:04 -0500 Subject: [PATCH] Try chromium instead of Firefox --- niivue-react/playwright-ct.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/niivue-react/playwright-ct.config.ts b/niivue-react/playwright-ct.config.ts index 486f8e3..8a1aca0 100644 --- a/niivue-react/playwright-ct.config.ts +++ b/niivue-react/playwright-ct.config.ts @@ -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'] }, }, ],