Skip to content

Commit 7ea8285

Browse files
authored
chore: remove flaky tooltip Percy snapshots from DebugSpec (#25919)
1 parent 8eb60b6 commit 7ea8285

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/app/src/debug/DebugSpec.cy.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,6 @@ describe('Run Failures button', () => {
485485
cy.findByTestId('run-failures').realHover()
486486

487487
cy.findByTestId('run-all-failures-tooltip').should('be.visible').contains('Spec was not found locally')
488-
489-
cy.percySnapshot()
490488
})
491489

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

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

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

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

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

0 commit comments

Comments
 (0)