Skip to content

Commit 0f9a692

Browse files
committed
style: lint
1 parent 6fd51cb commit 0f9a692

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/src/components/input/test/bottom-content/input.e2e.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
8383

8484
await expect(input).not.toHaveAttribute('aria-invalid');
8585
});
86-
test('input should not have aria-describedby attribute when no hint or error text is present', async ({
87-
page,
88-
}) => {
86+
test('input should not have aria-describedby attribute when no hint or error text is present', async ({ page }) => {
8987
await page.setContent(`<ion-input label="Label"></ion-input>`, config);
9088

9189
const input = page.locator('ion-input input');

0 commit comments

Comments
 (0)