From 87e32252a6c5280293f0be294488bdfd8dfdcba1 Mon Sep 17 00:00:00 2001 From: Bernardo Cardoso Date: Tue, 9 Apr 2024 10:55:49 +0100 Subject: [PATCH] Update shot name --- core/src/components/chip/test/shape/chip.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/chip/test/shape/chip.e2e.ts b/core/src/components/chip/test/shape/chip.e2e.ts index 49c5007d30..457970c3b5 100644 --- a/core/src/components/chip/test/shape/chip.e2e.ts +++ b/core/src/components/chip/test/shape/chip.e2e.ts @@ -14,7 +14,7 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh const container = page.locator('#default'); - await expect(container).toHaveScreenshot(screenshot(`chip-round`)); + await expect(container).toHaveScreenshot(screenshot(`chip-default`)); }); });