diff --git a/packages/documentation/cypress/snapshots/components/button.snapshot.ts b/packages/documentation/cypress/snapshots/components/button.snapshot.ts index 38e226a7eb..b9087b8749 100644 --- a/packages/documentation/cypress/snapshots/components/button.snapshot.ts +++ b/packages/documentation/cypress/snapshots/components/button.snapshot.ts @@ -1,7 +1,7 @@ describe('Button', () => { it('default', () => { cy.visit('/iframe.html?id=snapshots--button'); - cy.get('button', { timeout: 30000 }).should('be.visible'); + cy.get('button post-icon', { timeout: 30000 }).should('be.visible'); cy.percySnapshot('Buttons', { widths: [1440] }); }); });