From e58cef7a59c360aab7c3c741c42d839f3105b127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Wed, 23 Oct 2024 15:57:04 -0400 Subject: [PATCH] dammit! --- packages/test-project/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/test-project/playwright.config.ts b/packages/test-project/playwright.config.ts index ef6094a..faf16f1 100644 --- a/packages/test-project/playwright.config.ts +++ b/packages/test-project/playwright.config.ts @@ -35,7 +35,7 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', obsidian: { - vault: path.join(process.cwd(), "vault", "test-framework-tester") + vault: path.resolve(path.join(process.cwd(), "..", "..", "vault", "test-framework-tester")) } },