Yuki Takei пре 1 година
родитељ
комит
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'],
     },