mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-20 22:21:23 -06:00
chore: Remove percy snapshots for flaky snapshots containing tooltips (#28897)
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
@@ -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', () => {
|
||||
|
||||
@@ -84,8 +84,6 @@ describe('<RunCard />', { viewportHeight: 400 }, () => {
|
||||
.and('contain', 'tag1')
|
||||
.and('contain', 'tag2')
|
||||
}
|
||||
|
||||
cy.percySnapshot()
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user