From e17db2c98893b59db7b9407642439133cdc10653 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Thu, 9 May 2024 08:04:15 -0700 Subject: [PATCH] test(input): remove the .only within fill (#29478) --- core/src/components/input/test/fill/input.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/input/test/fill/input.e2e.ts b/core/src/components/input/test/fill/input.e2e.ts index f353a44c69..b7c46b8056 100644 --- a/core/src/components/input/test/fill/input.e2e.ts +++ b/core/src/components/input/test/fill/input.e2e.ts @@ -109,7 +109,7 @@ configs({ modes: ['md'] }).forEach(({ title, screenshot, config }) => { const input = page.locator('ion-input'); await expect(input).toHaveScreenshot(screenshot(`input-fill-outline-label-floating`)); }); - test.only('padding should be customizable', async ({ page }) => { + test('padding should be customizable', async ({ page }) => { /** * Requires padding at the top to prevent the label * from being clipped by the top of the input.