diff --git a/packages/app/src/debug/DebugFailedTest.cy.tsx b/packages/app/src/debug/DebugFailedTest.cy.tsx
index 924435f8a6..5740e9b755 100644
--- a/packages/app/src/debug/DebugFailedTest.cy.tsx
+++ b/packages/app/src/debug/DebugFailedTest.cy.tsx
@@ -186,8 +186,6 @@ describe('', () => {
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', () => {
diff --git a/packages/app/src/runner/selector-playground/SelectorPlayground.cy.tsx b/packages/app/src/runner/selector-playground/SelectorPlayground.cy.tsx
index 8ba672b90e..9883da4be1 100644
--- a/packages/app/src/runner/selector-playground/SelectorPlayground.cy.tsx
+++ b/packages/app/src/runner/selector-playground/SelectorPlayground.cy.tsx
@@ -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', () => {
diff --git a/packages/app/src/runs/RunCard.cy.tsx b/packages/app/src/runs/RunCard.cy.tsx
index 530932b51e..fcdd658b19 100644
--- a/packages/app/src/runs/RunCard.cy.tsx
+++ b/packages/app/src/runs/RunCard.cy.tsx
@@ -84,8 +84,6 @@ describe('', { viewportHeight: 400 }, () => {
.and('contain', 'tag1')
.and('contain', 'tag2')
}
-
- cy.percySnapshot()
})
})
})