Skip to content

Commit

Permalink
Bump timeout for 'your tests are loading'. Possible fix for 23306
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelruderman committed Aug 12, 2022
1 parent e14fb42 commit 1672431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/cypress/e2e/support/execute-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const waitForSpecToFinish = (expectedResults) => {
cy.get('.failed > .num').should('contain', '--')

// Then ensure the tests are running
cy.contains('Your tests are loading...').should('not.exist')
cy.contains('Your tests are loading...', { timeout: 10000 }).should('not.exist')

// Then ensure the tests have finished
cy.get('[aria-label="Rerun all tests"]', { timeout: 30000 })
Expand Down

0 comments on commit 1672431

Please sign in to comment.