We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e220f commit a6fa470Copy full SHA for a6fa470
1 file changed
apps/demos/testing/widgets/form/CustomomizeItem.test.js
@@ -3,13 +3,13 @@ import { createScreenshotsComparer } from 'devextreme-screenshot-comparer';
3
import { runManualTest } from '../../../utils/visual-tests/matrix-test-helper';
4
import { testScreenshot } from '../../../utils/visual-tests/helpers/theme-utils';
5
6
-fixture('Form.Toolbar')
+fixture('Form.ItemCustomization')
7
.before(async (ctx) => {
8
ctx.initialWindowSize = [900, 800];
9
});
10
11
-runManualTest('Form', 'Toolbar', (test) => {
12
- test('Toolbar', async (t) => {
+runManualTest('Form', 'ItemCustomization', (test) => {
+ test('ItemCustomization', async (t) => {
13
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
14
15
await t.hover($('#helpedInfo'), {
0 commit comments