Skip to content

Commit 63c6d89

Browse files
author
Charles Overbeck
committed
Somewhat speculative fix for flaky tests; it looks
like previous dialog had not closed; I guess things can get sluggish.
1 parent a6307f9 commit 63c6d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/e2e/group3/githubAppTools.ts

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ describe('GitHub App Tools', () => {
9797
cy.get('[data-cy=install-dockstore-app]');
9898
cy.contains('Tool storage type').click();
9999
cy.contains('Close').click();
100+
cy.contains('Close').should('not.exist'); // Wait for dialog to close before proceeding
100101

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

0 commit comments

Comments
 (0)