Explorar o código

Update config

Shun Miyazawa %!s(int64=2) %!d(string=hai) anos
pai
achega
66fde23ceb
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      apps/app/playwright.config.ts

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

@@ -15,7 +15,9 @@ const authFile = path.resolve(__dirname, './playwright/.auth/admin.json');
  * See https://playwright.dev/docs/test-configuration.
  */
 export default defineConfig({
-  // timeout: 7 * 1000,
+  expect: {
+    timeout: 7 * 1000,
+  },
 
   testDir: './playwright',
   outputDir: './playwright/output',