diff --git a/core/src/components/chip/test/states/chip.e2e.ts b/core/src/components/chip/test/states/chip.e2e.ts index 54ea971dfc..d29c6b1b19 100644 --- a/core/src/components/chip/test/states/chip.e2e.ts +++ b/core/src/components/chip/test/states/chip.e2e.ts @@ -49,7 +49,7 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh test.describe(title('chip: focus state'), () => { test('should render focus state', async ({ page }) => { await page.setContent( - ` + ` Focused `, config