Skip to content

Commit

Permalink
ustc-3866: lower timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcotte committed Aug 22, 2023
1 parent 9265e63 commit e2288a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/cypress-integration/support/pages/start-a-case.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2288a8

Please sign in to comment.