Skip to content

Commit 67e220f

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/demos/testing/widgets/datagrid/CustomNewRecordPosition.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const newRowPositionTestTemplate = ({ newRowPosition, pageNumber }) => async (t)
4444
.ok(compareResults.errorMessages());
4545
};
4646

47-
runManualTest('DataGrid', 'CustomNewRecordPosition', (test) => {
47+
runManualTest('DataGrid', 'NewRecordPosition', (test) => {
4848
newRowPositionOptions.forEach((newRowPosition) => {
4949
test(`newRowPosition - ${newRowPosition}`, newRowPositionTestTemplate({
5050
newRowPosition,

apps/demos/testing/widgets/datagrid/ToolbarCustomization.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('DataGrid.ToolbarCustomization')
6+
fixture('DataGrid.Toolbar')
77
.before(async (ctx) => {
88
ctx.initialWindowSize = [900, 600];
99
});
1010

11-
runManualTest('DataGrid', 'ToolbarCustomization', (test) => {
12-
test('ToolbarCustomization', async (t) => {
11+
runManualTest('DataGrid', 'Toolbar', (test) => {
12+
test('Toolbar', async (t) => {
1313
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1414
const menuButtonSelector = $('.dx-toolbar').find('.dx-toolbar-menu-container').find('.dx-button');
1515
const menuItemsSelector = $('.dx-overlay-wrapper').find('.dx-list-item');

0 commit comments

Comments
 (0)