Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abbd7b4

Browse files
chore: Remove percy snapshots for flaky snapshots containing tooltips (cypress-io#28897)
1 parent 5adafb6 commit abbd7b4

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ describe('<DebugFailedTest/>', () => {
186186

187187
cy.contains('...').realHover()
188188
cy.contains('[data-cy=tooltip-content]', 'Test content 2 > Test content 3 > Test content 4').should('be.visible')
189-
190-
cy.percySnapshot()
191189
})
192190

193191
it('conditionally renders artifacts', () => {

packages/app/src/runner/selector-playground/SelectorPlayground.cy.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,9 @@ describe('SelectorPlayground', () => {
8282

8383
cy.get('[data-cy="playground-num-elements"]').contains('10 matches')
8484

85-
cy.percySnapshot()
86-
8785
cy.then(() => selectorPlaygroundStore.setValidity(false))
8886

8987
cy.get('[data-cy="playground-num-elements"]').contains('Invalid')
90-
91-
cy.percySnapshot('Invalid playground selector')
9288
})
9389

9490
it('focuses and copies selector text', () => {

packages/app/src/runs/RunCard.cy.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ describe('<RunCard />', { viewportHeight: 400 }, () => {
8484
.and('contain', 'tag1')
8585
.and('contain', 'tag2')
8686
}
87-
88-
cy.percySnapshot()
8987
})
9088
})
9189
})

0 commit comments

Comments
 (0)