Skip to content

Commit ecee293

Browse files
test(unordered-list): add VRT tests for marker types
1 parent e3ef76e commit ecee293

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

e2e/components/UnorderedList/UnorderedList-test.e2e.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,22 @@ test.describe('UnorderedList', () => {
2929
theme,
3030
});
3131
});
32+
33+
test('marker types @vrt', async ({ page }) => {
34+
await snapshotStory(page, {
35+
component: 'UnorderedList',
36+
id: 'components-unorderedlist--marker-types',
37+
theme,
38+
});
39+
});
40+
41+
test('nested with marker types @vrt', async ({ page }) => {
42+
await snapshotStory(page, {
43+
component: 'UnorderedList',
44+
id: 'components-unorderedlist--nested-with-marker-types',
45+
theme,
46+
});
47+
});
3248
});
3349
});
3450
});

0 commit comments

Comments
 (0)