Skip to content

Commit e7536f3

Browse files
committed
style: lint
1 parent 7a8c4de commit e7536f3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ configs({ modes: ['ios', 'md'], directions: ['ltr'] }).forEach(({ title, screens
153153
*/
154154
configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
155155
test.describe(title('textarea: supporting text customization'), () => {
156-
test('should not have visual regressions when rendering helper text with custom css', async ({
157-
page,
158-
}) => {
156+
test('should not have visual regressions when rendering helper text with custom css', async ({ page }) => {
159157
await page.setContent(
160158
`
161159
<style>
@@ -172,9 +170,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, screenshot, co
172170
const helperText = page.locator('ion-textarea');
173171
await expect(helperText).toHaveScreenshot(screenshot(`textarea-helper-text-custom-css`));
174172
});
175-
test('should not have visual regressions when rendering error text with custom css', async ({
176-
page,
177-
}) => {
173+
test('should not have visual regressions when rendering error text with custom css', async ({ page }) => {
178174
await page.setContent(
179175
`
180176
<style>

0 commit comments

Comments
 (0)