From 859d0f7dda9ff401f7792a0c7a2dbe4bd285ff3c Mon Sep 17 00:00:00 2001 From: Bernardo Cardoso Date: Tue, 9 Apr 2024 16:29:17 +0100 Subject: [PATCH] Added margin to focus test --- core/src/components/chip/test/states/chip.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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