From 324dc1bfb25e95a632e4c171960fc862b4929924 Mon Sep 17 00:00:00 2001 From: Chris Mead Date: Tue, 7 Jan 2025 14:42:08 -0700 Subject: [PATCH] typo --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 7135c3f2090..92f512d0840 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -13,7 +13,7 @@ import { currentsReporter } from '@currents/playwright'; */ export default defineConfig({ globalSetup: './test/e2e/tests/_global.setup.ts', - testDir: './test/e2e/connections', + testDir: './test/e2e/tests/connections', testIgnore: '**/example.test.ts', testMatch: '*.test.ts', fullyParallel: false, // Run individual tests w/in a spec in parallel