diff --git a/backend/dependencies/TaxHub b/backend/dependencies/TaxHub index 8964dde8af..9a51db8068 160000 --- a/backend/dependencies/TaxHub +++ b/backend/dependencies/TaxHub @@ -1 +1 @@ -Subproject commit 8964dde8af79390010aaf9f225e111f4b6af97e4 +Subproject commit 9a51db8068d8327e05a6f3cd8ae6733575b2825d diff --git a/frontend/cypress/e2e/occhab-spec.js b/frontend/cypress/e2e/occhab-spec.js index 7129dc0366..0dd368585b 100644 --- a/frontend/cypress/e2e/occhab-spec.js +++ b/frontend/cypress/e2e/occhab-spec.js @@ -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');