diff --git a/core/src/components/input/test/bottom-content/index.html b/core/src/components/input/test/bottom-content/index.html index fc6c2a6f6d..ad4a27a3fd 100644 --- a/core/src/components/input/test/bottom-content/index.html +++ b/core/src/components/input/test/bottom-content/index.html @@ -44,7 +44,7 @@ - Input - Basic + Input - Bottom Content diff --git a/core/src/components/input/test/bottom-content/input.e2e.ts b/core/src/components/input/test/bottom-content/input.e2e.ts index f1390b42f2..a52ea8263b 100644 --- a/core/src/components/input/test/bottom-content/input.e2e.ts +++ b/core/src/components/input/test/bottom-content/input.e2e.ts @@ -9,7 +9,7 @@ test.describe('input: bottom content', () => { skip.mode('ios', 'Rendering is the same across modes'); await page.setContent(``); - const bottomEl = page.locator('ion-input .item-bottom'); + const bottomEl = page.locator('ion-input .input-bottom'); await expect(bottomEl).toHaveCount(0); }); test('entire input component should render correctly with no fill', async ({ page }) => {