Skip to content

Commit

Permalink
chore: remove flaky tooltip Percy snapshots from DebugSpec (#25919)
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Feb 23, 2023
1 parent 8eb60b6 commit 7ea8285
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/app/src/debug/DebugSpec.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,6 @@ describe('Run Failures button', () => {
cy.findByTestId('run-failures').realHover()

cy.findByTestId('run-all-failures-tooltip').should('be.visible').contains('Spec was not found locally')

cy.percySnapshot()
})

it('is disabled if run testing-type differs from the current testing-type', () => {
Expand Down Expand Up @@ -563,7 +561,6 @@ describe('Open in IDE', () => {

cy.findByLabelText(defaultMessages.debugPage.openFile.openInIDE).as('openInIDE').realHover()
cy.findByTestId('open-in-ide-tooltip').should('be.visible').and('contain', defaultMessages.debugPage.openFile.openInIDE)
cy.percySnapshot()

cy.get('@openInIDE').click()

Expand All @@ -576,6 +573,5 @@ describe('Open in IDE', () => {

cy.findByLabelText(defaultMessages.debugPage.openFile.notFoundLocally).as('openInIDE').realHover()
cy.findByTestId('open-in-ide-disabled-tooltip').should('be.visible').and('contain', defaultMessages.debugPage.openFile.notFoundLocally)
cy.percySnapshot()
})
})

5 comments on commit 7ea8285

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7ea8285 Feb 23, 2023

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/linux-arm64/develop-7ea8285ef9260193b2e2f7e5cf0fa11e7033f677/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7ea8285 Feb 23, 2023

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/linux-x64/develop-7ea8285ef9260193b2e2f7e5cf0fa11e7033f677/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7ea8285 Feb 23, 2023

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/darwin-arm64/develop-7ea8285ef9260193b2e2f7e5cf0fa11e7033f677/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7ea8285 Feb 23, 2023

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/darwin-x64/develop-7ea8285ef9260193b2e2f7e5cf0fa11e7033f677/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 7ea8285 Feb 23, 2023

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/win32-x64/develop-7ea8285ef9260193b2e2f7e5cf0fa11e7033f677/cypress.tgz

Please sign in to comment.