Skip to content

Commit

Permalink
fix(tests) add wait before click
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Nov 21, 2024
1 parent 741db16 commit a0ff515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/cypress/e2e/occhab-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ describe('Testing occhab', () => {
});
cy.get('#validateButton').should('be.disabled');

cy.wait(10000);
cy.get('[data-qa="gn-common-form-observers-select"]').click();
cy.get('[data-qa="gn-common-form-observers-select-AGENT test"]').click();
cy.get('#validateButton').should('be.disabled');
Expand Down

0 comments on commit a0ff515

Please sign in to comment.