diff --git a/cypress/cypress-integration/support/pages/start-a-case.ts b/cypress/cypress-integration/support/pages/start-a-case.ts index d9bc4390e9f..f0e7cef7d8e 100644 --- a/cypress/cypress-integration/support/pages/start-a-case.ts +++ b/cypress/cypress-integration/support/pages/start-a-case.ts @@ -16,7 +16,7 @@ export const fillInAndSubmitForm = () => { // wizard step 1 cy.get('input#stin-file').should('be.enabled').selectFile(fileOptions); // eslint-disable-next-line cypress/no-unnecessary-waiting - cy.wait(500); + cy.wait(10); cy.get('button#submit-case').trigger('click'); // wizard step 2