Skip to content

Commit

Permalink
Fix UI test (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchw authored Jan 11, 2024
1 parent f0f642b commit f5dd8c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ui/support/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ Cypress.Commands.add('navigateTo', (leftNav, resource) => {

cy.getLeftNav()
.contains(leftNav)
.should('be.visible');

cy.getLeftNav()
.contains(leftNav)
.click();
.click({force: true});

cy.getLeftNav()
.contains(resource)
Expand Down

0 comments on commit f5dd8c2

Please sign in to comment.