chore: Remove percy snapshots for flaky snapshots containing tooltips (#28897)

This commit is contained in:
Jennifer Shehane
2024-02-09 15:48:25 -05:00
committed by GitHub
parent 5adafb6c41
commit abbd7b4ab9
3 changed files with 0 additions and 8 deletions

View File

@@ -186,8 +186,6 @@ describe('<DebugFailedTest/>', () => {
cy.contains('...').realHover()
cy.contains('[data-cy=tooltip-content]', 'Test content 2 > Test content 3 > Test content 4').should('be.visible')
cy.percySnapshot()
})
it('conditionally renders artifacts', () => {

View File

@@ -82,13 +82,9 @@ describe('SelectorPlayground', () => {
cy.get('[data-cy="playground-num-elements"]').contains('10 matches')
cy.percySnapshot()
cy.then(() => selectorPlaygroundStore.setValidity(false))
cy.get('[data-cy="playground-num-elements"]').contains('Invalid')
cy.percySnapshot('Invalid playground selector')
})
it('focuses and copies selector text', () => {

View File

@@ -84,8 +84,6 @@ describe('<RunCard />', { viewportHeight: 400 }, () => {
.and('contain', 'tag1')
.and('contain', 'tag2')
}
cy.percySnapshot()
})
})
})