Skip to content

Commit

Permalink
task: update cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
finnar-bin committed Sep 7, 2023
1 parent d960311 commit 96a9694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/search/advanced-search.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("Global Search: Advanced Search", () => {
.find("input")
.should("exist")
.type("cypress");
cy.getBySelector("AdvancedSearchButton").click();
cy.getBySelector("AdvancedSearchButton").click({ force: true });
cy.getBySelector("AdvanceSearchModal").should("exist");
cy.get("body").type("{esc}");
});
Expand Down

0 comments on commit 96a9694

Please sign in to comment.