diff --git a/e2e/settingsHappyPath.test.ts b/e2e/settingsHappyPath.test.ts index 9a494ac..40a0bf5 100644 --- a/e2e/settingsHappyPath.test.ts +++ b/e2e/settingsHappyPath.test.ts @@ -82,7 +82,6 @@ test("should complete the settings happy path", async ({ page, isMobile }) => { .getByTestId("import-form-control") .setInputFiles("./docs/guitos-sample.json"); - await expect(page.getByLabel("go to newer budget")).toBeVisible(); await page.getByLabel("go to newer budget").click(); if (isMobile) {