diff --git a/cypress/e2e/group3/githubAppTools.ts b/cypress/e2e/group3/githubAppTools.ts index f9491d372..93bd9e540 100644 --- a/cypress/e2e/group3/githubAppTools.ts +++ b/cypress/e2e/group3/githubAppTools.ts @@ -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