Skip to content

Commit ea0ec6b

Browse files
jennifer-shehaneAtofStryker
authored andcommitted
remove element
1 parent 77fbf5b commit ea0ec6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/app/cypress/e2e/studio/studio-cloud.cy.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,11 @@ describe('Studio Cloud', () => {
122122

123123
cy.get('[data-cy="studio-url-prompt"]').should('not.exist')
124124

125-
cy.percySnapshot()
125+
cy.percySnapshot({
126+
elementOverrides: {
127+
'[data-cy="duration"]': true,
128+
},
129+
})
126130
})
127131

128132
it('opens a cloud studio session with AI enabled', () => {

0 commit comments

Comments
 (0)