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`)); }); });