From a0de1ccf007e65c5ed09a1a5849fa7bce48a1bb5 Mon Sep 17 00:00:00 2001 From: rare-magma Date: Thu, 14 Mar 2024 00:31:44 +0100 Subject: [PATCH] refactor: sample path in test Signed-off-by: rare-magma --- e2e/settingsHappyPath.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/settingsHappyPath.test.ts b/e2e/settingsHappyPath.test.ts index 6e9425cd..b96b5a10 100644 --- a/e2e/settingsHappyPath.test.ts +++ b/e2e/settingsHappyPath.test.ts @@ -66,7 +66,7 @@ test("should complete the settings happy path", async ({ page, isMobile }) => { ).toBeGreaterThan(0); // should handle import - await page.locator("#import").setInputFiles("./guitos-sample.json"); + await page.locator("#import").setInputFiles("./docs/guitos-sample.json"); await expect(page.getByLabel("go to older budget")).toBeVisible(); await page.getByLabel("go to older budget").click();