diff --git a/frontend/cypress/e2e/board_tasks.cy.ts b/frontend/cypress/e2e/board_tasks.cy.ts index cc397e71..567523a0 100644 --- a/frontend/cypress/e2e/board_tasks.cy.ts +++ b/frontend/cypress/e2e/board_tasks.cy.ts @@ -38,7 +38,7 @@ describe("/boards/:id task board", () => { cy.get('button[title="Edit task"]', { timeout: 20_000 }) .should("be.visible") .and("not.be.disabled") - .click({ force: true }); + .click(); cy.get('[aria-label="Edit task"]', { timeout: 20_000 }).should("be.visible"); }