feat: first user sign up E2E test (#214)

This commit is contained in:
kimatata
2025-04-27 20:58:54 +09:00
committed by GitHub
parent c767d544bd
commit 5a55e56387
2 changed files with 41 additions and 0 deletions

View File

@@ -41,11 +41,13 @@ export default defineConfig({
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
testIgnore: '**/first-user-signup.spec.ts',
},
{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
testIgnore: '**/first-user-signup.spec.ts',
},
/* Test against mobile viewports. */