Skip to content

Commit 4ccd9c6

Browse files
committed
style: lint
1 parent e98c20c commit 4ccd9c6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ configs({ modes: ['ios', 'md'], directions: ['ltr'] }).forEach(({ title, screens
151151
*/
152152
configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
153153
test.describe(title('input: supporting text customization'), () => {
154-
test('should not have visual regressions when rendering helper text with custom css', async ({
155-
page,
156-
}) => {
154+
test('should not have visual regressions when rendering helper text with custom css', async ({ page }) => {
157155
await page.setContent(
158156
`
159157
<style>
@@ -170,9 +168,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, screenshot, co
170168
const helperText = page.locator('ion-input');
171169
await expect(helperText).toHaveScreenshot(screenshot(`input-helper-text-custom-css`));
172170
});
173-
test('should not have visual regressions when rendering error text with custom css', async ({
174-
page,
175-
}) => {
171+
test('should not have visual regressions when rendering error text with custom css', async ({ page }) => {
176172
await page.setContent(
177173
`
178174
<style>

0 commit comments

Comments
 (0)