Skip to content

Commit

Permalink
don't force the button to execute (keycloak#33443)
Browse files Browse the repository at this point in the history
fixes: keycloak#33440

Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
edewit authored Oct 1, 2024
1 parent 5218af1 commit df89606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/apps/admin-ui/cypress/support/util/ModalUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class ModalUtils extends PageObject {
}

confirmDuplicateModal() {
cy.findByTestId(this.#confirmDuplicateModalBtn).click({ force: true });
cy.findByTestId(this.#confirmDuplicateModalBtn).click();

return this;
}
Expand Down

0 comments on commit df89606

Please sign in to comment.