Skip to content

Commit a6fa470

Browse files
fix renamed demos in tests
1 parent 67e220f commit a6fa470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/demos/testing/widgets/form/CustomomizeItem.test.js

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

6-
fixture('Form.Toolbar')
6+
fixture('Form.ItemCustomization')
77
.before(async (ctx) => {
88
ctx.initialWindowSize = [900, 800];
99
});
1010

11-
runManualTest('Form', 'Toolbar', (test) => {
12-
test('Toolbar', async (t) => {
11+
runManualTest('Form', 'ItemCustomization', (test) => {
12+
test('ItemCustomization', async (t) => {
1313
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1414

1515
await t.hover($('#helpedInfo'), {

0 commit comments

Comments
 (0)