Skip to content

Commit ec486d6

Browse files
- fix snapshots file name;
1 parent fd0daed commit ec486d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screensh
194194
);
195195

196196
const container = page.locator('.container');
197-
await expect(container).toHaveScreenshot(screenshot(`input-disabled-outline`));
197+
await expect(container).toHaveScreenshot(screenshot(`input-disabled-solid`));
198198
});
199199
});
200200
});

0 commit comments

Comments
 (0)