Skip to content

Commit 2e86ed4

Browse files
fix renamed demos in tests
1 parent 2da94f7 commit 2e86ed4

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/demos/testing/widgets/list/ListSelection.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fixture('List.ListSelection')
1313
ctx.initialWindowSize = [900, 1200];
1414
});
1515

16-
runManualTest('List', 'ListSelection', (test) => {
17-
test('List Selection', async (t) => {
16+
runManualTest('List', 'Selection', (test) => {
17+
test('Selection', async (t) => {
1818
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1919

2020
const optionsContainer = await Selector('.options');

apps/demos/testing/widgets/scheduler/contextMenuIntegration.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ fixture('Scheduler.ContextMenuIntegration')
88
ctx.initialWindowSize = [900, 600];
99
});
1010

11-
runManualTest('Scheduler', 'ContextMenuIntegration', (test) => {
12-
test('ContextMenuIntegration', async (t) => {
11+
runManualTest('Scheduler', 'ContextMenu', (test) => {
12+
test('ContextMenu', async (t) => {
1313
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1414

1515
await testScreenshot(t, takeScreenshot, 'scheduler_contextMenu_init.png');

apps/demos/testing/widgets/scheduler/customDragAndDrop.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fixture('Scheduler.CustomDragAndDrop')
2727
fromName,
2828
toName,
2929
]) => {
30-
runManualTest('Scheduler', 'CustomDragAndDrop', (test) => {
30+
runManualTest('Scheduler', 'DragAndDrop', (test) => {
3131
test(`Should drag-and-drop from ${fromName} to ${toName}`, async (t) => {
3232
const {
3333
takeScreenshot,

apps/demos/testing/widgets/tagbox/GroupedItems.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ fixture('TagBox.GroupedItems')
77
ctx.initialWindowSize = [900, 600];
88
});
99

10-
runManualTest('TagBox', 'GroupedItems', (test) => {
11-
test('GroupedItems', async (t) => {
10+
runManualTest('TagBox', 'Grouping', (test) => {
11+
test('Grouping', async (t) => {
1212
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1313

1414
await t

0 commit comments

Comments
 (0)