diff --git a/packages/app-tests/playwright.config.ts b/packages/app-tests/playwright.config.ts index 65ba20455..672c2f7ef 100644 --- a/packages/app-tests/playwright.config.ts +++ b/packages/app-tests/playwright.config.ts @@ -29,13 +29,7 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', - // BEFORE MERGE: video: 'retain-on-failure', - video: 'on', - - // REMOVE BEFORE MERGE - launchOptions: { - slowMo: 500, - }, + video: 'retain-on-failure', }, timeout: 30_000,