Yuki Takei 1 год назад
Родитель
Сommit
5505cde23f
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      apps/app/playwright.config.ts

+ 3 - 3
apps/app/playwright.config.ts

@@ -68,21 +68,21 @@ export default defineConfig({
     {
       name: 'chromium',
       use: { ...devices['Desktop Chrome'] },
-      testIgnore: /10-install\/.*\.spec\.ts/,
+      testIgnore: /10-installer\/.*\.spec\.ts/,
       dependencies: ['setup', 'auth'],
     },
 
     {
       name: 'firefox',
       use: { ...devices['Desktop Firefox'] },
-      testIgnore: /10-install\/.*\.spec\.ts/,
+      testIgnore: /10-installer\/.*\.spec\.ts/,
       dependencies: ['setup', 'auth'],
     },
 
     {
       name: 'webkit',
       use: { ...devices['Desktop Safari'] },
-      testIgnore: /10-install\/.*\.spec\.ts/,
+      testIgnore: /10-installer\/.*\.spec\.ts/,
       dependencies: ['setup', 'auth'],
     },