Skip to content

Commit

Permalink
test: remove unnecessary assertion
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 28, 2024
1 parent 382492d commit edab418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/settingsHappyPath.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit edab418

Please sign in to comment.