Skip to content

Commit 04ef6d4

Browse files
authored
Update range.e2e.ts
1 parent 1007dcc commit 04ef6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/range/test/item/range.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
5151
});
5252
});
5353

54-
configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config }) => {
54+
configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, config, screenshot }) => {
5555
test.describe(title('range: stacked label in item'), () => {
5656
test('should render margins correctly when using stacked label in item', async ({ page }) => {
5757
await page.setContent(

0 commit comments

Comments
 (0)