Skip to content

Commit 47437e9

Browse files
chore(input): update double click snapshots
1 parent 318ce99 commit 47437e9

9 files changed

+2
-2
lines changed

core/src/components/input/test/basic/input.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ configs().forEach(({ title, screenshot, config }) => {
8080
// Validates the display of an input with a clear button.
8181
await expect(input).toHaveScreenshot(screenshot(`input-dbclick`));
8282
});
83-
test('should not have visual regressions with stacked label when user double clicks', async ({ page, browserName }) => {
83+
test('should not have visual regressions with stacked label when user double clicks', async ({ page }) => {
8484
await page.setContent(
8585
`
8686
<ion-input
@@ -222,7 +222,7 @@ configs({ modes: ['ionic-md'] }).forEach(({ title, screenshot, config }) => {
222222
await expect(container).toHaveScreenshot(screenshot(`input-clear-button-focused`));
223223
});
224224

225-
test('should not have visual regressions when user double clicks', async ({ page, browserName }) => {
225+
test('should not have visual regressions when user double clicks', async ({ page }) => {
226226
await page.setContent(
227227
`
228228
<ion-input
3.22 KB
Loading
2.85 KB
Loading
3.2 KB
Loading
2.87 KB
Loading
2.43 KB
Loading
2.45 KB
Loading
2.22 KB
Loading
2.17 KB
Loading

0 commit comments

Comments
 (0)