Skip to content

Commit

Permalink
refactor: sample path in test
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Mar 13, 2024
1 parent 84393a6 commit a0de1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/settingsHappyPath.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a0de1cc

Please sign in to comment.