Skip to content

Commit

Permalink
Update frontend/cypress/e2e/occhab-spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize authored and Pierre-Narcisi committed Oct 31, 2024
1 parent fc26915 commit 8bce9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/occhab-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Testing occhab', () => {
];
positions.forEach((pos) => {
cy.get(canvas).click(pos[0], pos[1]);
cy.wait(500);
cy.wait(1000);
});
cy.get('#validateButton').should('be.disabled');

Expand Down

0 comments on commit 8bce9a0

Please sign in to comment.