Skip to content

Commit 6b83b14

Browse files
committed
style: lint
1 parent d8a1502 commit 6b83b14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

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

8991
const checkbox = page.locator('ion-checkbox');

0 commit comments

Comments
 (0)