diff --git a/packages/documentation/cypress/snapshots/components/card.snapshot.ts b/packages/documentation/cypress/snapshots/components/card.snapshot.ts index ae94a1e6d1..58912ee507 100644 --- a/packages/documentation/cypress/snapshots/components/card.snapshot.ts +++ b/packages/documentation/cypress/snapshots/components/card.snapshot.ts @@ -1,7 +1,7 @@ describe('Card', () => { it('default', () => { cy.visit('/iframe.html?id=snapshots--card'); - cy.get('.card', { timeout: 30000 }).should('be.visible'); + cy.get('.card post-icon', { timeout: 30000 }).should('be.visible'); cy.percySnapshot('Cards', { widths: [1440] }); }); }); diff --git a/packages/documentation/src/stories/components/alert/alert.snapshot.stories.ts b/packages/documentation/src/stories/components/alert/alert.snapshot.stories.ts index 1dde310040..a9abe74154 100644 --- a/packages/documentation/src/stories/components/alert/alert.snapshot.stories.ts +++ b/packages/documentation/src/stories/components/alert/alert.snapshot.stories.ts @@ -36,7 +36,7 @@ export const Alert: Story = { : null} ${args.icon !== 'null' ? html` -