diff --git a/packages/documentation-v7/cypress/snapshots/components/select.snapshot.ts b/packages/documentation-v7/cypress/snapshots/components/select.snapshot.ts index 07893add10..945af9efc1 100644 --- a/packages/documentation-v7/cypress/snapshots/components/select.snapshot.ts +++ b/packages/documentation-v7/cypress/snapshots/components/select.snapshot.ts @@ -1,6 +1,6 @@ describe('Alert', () => { it('default', () => { cy.visit('./iframe.html?id=snapshots--select'); - cy.percySnapshot('Alerts', { widths: [400] }); + cy.percySnapshot('Selects', { widths: [400] }); }); });