Skip to content

Commit

Permalink
test: don't wait for button to be enabled
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Feb 2, 2025
1 parent a540a97 commit 0a42e2e
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 @@ -86,7 +86,7 @@ test("should complete the settings happy path", async ({ page, isMobile }) => {
.getByTestId("import-form-control")
.setInputFiles("./docs/guitos-sample.json");

await page.getByLabel("go to newer budget").click();
await page.getByLabel("go to newer budget").click({ force: true });

if (isMobile) {
await page.getByLabel("Toggle navigation").click();
Expand Down

0 comments on commit 0a42e2e

Please sign in to comment.