Skip to content

Commit 3ea2e9a

Browse files
committed
test(searchbar): add small
1 parent b0e2e7f commit 3ea2e9a

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

core/src/components/searchbar/test/size/searchbar.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { configs, test } from '@utils/test/playwright';
77
*/
88
configs({ directions: ['ltr'], modes: ['ionic-md'] }).forEach(({ title, screenshot, config }) => {
99
test.describe(title('searchbar: size'), () => {
10-
['medium', 'large'].forEach((size) => {
10+
['small', 'medium', 'large'].forEach((size) => {
1111
test(`${size} - should not have visual regressions`, async ({ page }) => {
1212
await page.setContent(
1313
`
2.01 KB
Loading
Loading
2.14 KB
Loading

0 commit comments

Comments
 (0)