Skip to content

Commit

Permalink
chore: fix tests in reporter-ct-mount-hover.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Nov 7, 2022
1 parent 71a9418 commit 75d25ca
Show file tree
Hide file tree
Showing 2 changed files with 817 additions and 152 deletions.
4 changes: 2 additions & 2 deletions packages/app/cypress/e2e/runner/reporter-ct-mount-hover.cy.ts
Expand Up @@ -25,7 +25,7 @@ for (const { projectName, test } of PROJECTS) {
cy.startAppServer('component')
cy.visitApp()
cy.contains(`${test}`).click()
cy.waitForSpecToFinish()
cy.waitForSpecToFinish({}, 30000)
cy.get('.collapsible-header-inner:first').click().get('.command.command-name-mount > .command-wrapper').click().then(() => {
cy.get('iframe.aut-iframe').its('0.contentDocument.body').then(cy.wrap).within(() => {
cy.get('[data-cy-root]').children().should('have.length.at.least', 1)
Expand All @@ -36,7 +36,7 @@ for (const { projectName, test } of PROJECTS) {
cy.startAppServer('component')
cy.visitApp()
cy.contains(`${test}`).click()
cy.waitForSpecToFinish()
cy.waitForSpecToFinish({}, 30000)
cy.get('.command.command-name-mount > .command-wrapper').click().then(() => {
if (`${projectName}` === 'angular-14') {
cy.get('iframe.aut-iframe').its('0.contentDocument.body').children().should('have.length.at.least', 2)
Expand Down

4 comments on commit 75d25ca

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75d25ca Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/linux-arm64/marktnoonan/windows-test-updates-75d25cad4f521cd22d3a6e4ecf698c17adb99e0d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75d25ca Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/linux-x64/marktnoonan/windows-test-updates-75d25cad4f521cd22d3a6e4ecf698c17adb99e0d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75d25ca Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/darwin-x64/marktnoonan/windows-test-updates-75d25cad4f521cd22d3a6e4ecf698c17adb99e0d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 75d25ca Nov 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/11.0.0/win32-x64/marktnoonan/windows-test-updates-75d25cad4f521cd22d3a6e4ecf698c17adb99e0d/cypress.tgz

Please sign in to comment.