diff --git a/cypress/e2e/group3/githubAppTools.ts b/cypress/e2e/group3/githubAppTools.ts index b3e8fff313..27e031fe5d 100644 --- a/cypress/e2e/group3/githubAppTools.ts +++ b/cypress/e2e/group3/githubAppTools.ts @@ -142,6 +142,11 @@ describe('GitHub App Tools', () => { selectGitHubAppTool('test-github-app-tools/md5sum'); cy.get('[data-cy=viewPublicWorkflowButton]').click(); + + // Look for something that is on public page that is not in My Tools; avoids detached DOM when clicking on versions below; also + // ensures the subsequent checks below are checking the public page and not the My Tools Page + cy.get('app-launch-third-party'); + cy.get('[data-cy=tool-icon]').should('exist'); cy.contains('Tool Information'); cy.contains('Tool Version Information');