Skip to content

Commit

Permalink
Force click the link in home spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gbamparop committed Apr 11, 2022
1 parent 12cbeae commit 9bd1f3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Home page', () => {
cy.visit(serviceInventoryHref);

cy.contains('Services');
cy.contains('opbeans-rum').click();
cy.contains('opbeans-rum').click({ force: true });

cy.get('[data-test-subj="headerFilterTransactionType"]').should(
'have.value',
Expand Down

0 comments on commit 9bd1f3a

Please sign in to comment.