Skip to content

Commit

Permalink
Somewhat speculative fix for flaky tests; it looks
Browse files Browse the repository at this point in the history
like previous dialog had not closed; I guess things
can get sluggish.
  • Loading branch information
coverbeck committed Jan 9, 2025
1 parent 3396570 commit f1669e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/group3/githubAppTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ describe('GitHub App Tools', () => {
cy.get('[data-cy=install-dockstore-app]');
cy.contains('Tool storage type').click();
cy.contains('Close').click();
cy.contains('Close').should('not.exist'); // Wait for dialog to close before proceeding

cy.intercept('GET', '/api/lambdaEvents/**').as('lambdaEvents1');
// GitHub App Logs
Expand Down

0 comments on commit f1669e2

Please sign in to comment.