Skip to content

Commit ec16f95

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

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import { Selector as $ } from 'testcafe';
33
import { runManualTest } from '../../../utils/visual-tests/matrix-test-helper';
44
import { testScreenshot } from '../../../utils/visual-tests/helpers/theme-utils';
55

6-
fixture('SelectBox.GroupedItems')
6+
fixture('SelectBox.Grouping')
77
.before(async (ctx) => {
88
ctx.initialWindowSize = [900, 600];
99
});
1010

11-
runManualTest('SelectBox', 'GroupedItems', (test) => {
12-
test('GroupedItems', async (t) => {
11+
runManualTest('SelectBox', 'Grouping', (test) => {
12+
test('Grouping', async (t) => {
1313
const SELECT_BOX_CLASS = 'dx-selectbox';
1414
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createScreenshotsComparer } from 'devextreme-screenshot-comparer';
22
import { runManualTest } from '../../../utils/visual-tests/matrix-test-helper';
33
import { testScreenshot } from '../../../utils/visual-tests/helpers/theme-utils';
44

5-
fixture('TagBox.GroupedItems')
5+
fixture('TagBox.Grouping')
66
.before(async (ctx) => {
77
ctx.initialWindowSize = [900, 600];
88
});

apps/demos/testing/widgets/vectormap/TooltipHTMLSupport.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import { Selector as $ } from 'testcafe';
33
import { runManualTest } from '../../../utils/visual-tests/matrix-test-helper';
44
import { testScreenshot } from '../../../utils/visual-tests/helpers/theme-utils';
55

6-
fixture('VectorMap.TooltipHTMLSupport')
6+
fixture('VectorMap.TooltipsCustomization')
77
.before(async (ctx) => {
88
ctx.initialWindowSize = [900, 700];
99
});
1010

11-
runManualTest('VectorMap', 'TooltipHTMLSupport', (test) => {
11+
runManualTest('VectorMap', 'TooltipsCustomization', (test) => {
1212
test('Tooltip', async (t) => {
1313
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1414

0 commit comments

Comments
 (0)