From edab4180c4f1d8c9c903bb94edc576a9d40be6f4 Mon Sep 17 00:00:00 2001 From: rare-magma Date: Wed, 28 Aug 2024 22:44:14 +0200 Subject: [PATCH] test: remove unnecessary assertion Signed-off-by: rare-magma --- e2e/settingsHappyPath.test.ts | 1 - 1 file changed, 1 deletion(-) 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) {