Skip to content

Commit f6da04d

Browse files
committed
style: lint
1 parent fc8412f commit f6da04d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

core/src/components/select/test/bottom-content/select.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('select: 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>
@@ -175,9 +173,7 @@ configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, screenshot, co
175173
const helperText = page.locator('ion-select');
176174
await expect(helperText).toHaveScreenshot(screenshot(`select-helper-text-custom-css`));
177175
});
178-
test('should not have visual regressions when rendering error text with custom css', async ({
179-
page,
180-
}) => {
176+
test('should not have visual regressions when rendering error text with custom css', async ({ page }) => {
181177
await page.setContent(
182178
`
183179
<style>

0 commit comments

Comments
 (0)