From 353e73b254f44d7e5eb2b974e04cf6f1302c254c Mon Sep 17 00:00:00 2001 From: b1aserlu <141234680+b1aserlu@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:18:14 +0200 Subject: [PATCH] feat(documentation-v7): add select snapshot test --- .../cypress/snapshots/components/select.snapshot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation-v7/cypress/snapshots/components/select.snapshot.ts b/packages/documentation-v7/cypress/snapshots/components/select.snapshot.ts index 945af9efc1..51939323b1 100644 --- a/packages/documentation-v7/cypress/snapshots/components/select.snapshot.ts +++ b/packages/documentation-v7/cypress/snapshots/components/select.snapshot.ts @@ -1,4 +1,4 @@ -describe('Alert', () => { +describe('Select', () => { it('default', () => { cy.visit('./iframe.html?id=snapshots--select'); cy.percySnapshot('Selects', { widths: [400] });