mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(input): validate input-bottom container is not rendered (#26356)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<ion-app>
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title>Input - Basic</ion-title>
|
||||
<ion-title>Input - Bottom Content</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ test.describe('input: bottom content', () => {
|
||||
skip.mode('ios', 'Rendering is the same across modes');
|
||||
await page.setContent(`<ion-input label="my input"></ion-input>`);
|
||||
|
||||
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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user