Skip to content

Commit

Permalink
cypress: add wait to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Apr 27, 2022
1 parent a4a738e commit 789f79f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('View case', function () {
cy.get('.iubenda-cs-accept-btn').click();
}
});

cy.wait(1000);
cy.contains('France').click();
cy.contains('Andorrean')
.should('have.attr', 'class')
Expand Down

0 comments on commit 789f79f

Please sign in to comment.