fix e2e
This commit is contained in:
@@ -22,7 +22,7 @@ import { defineConfig, devices } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './tests/e2e/website',
|
||||
testMatch: ['**/website-pages.test.ts'],
|
||||
testMatch: ['**/website-pages.e2e.test.ts'],
|
||||
testIgnore: ['**/electron-build.smoke.test.ts'],
|
||||
|
||||
// Serial execution for consistent results
|
||||
|
||||
Reference in New Issue
Block a user