diff --git a/apps/demos/testing/etalons/DataGrid-PDFOverview.png b/apps/demos/testing/etalons/DataGrid-PDFOverview.png index a966b70d7fc..1be9d9e4b5a 100644 Binary files a/apps/demos/testing/etalons/DataGrid-PDFOverview.png and b/apps/demos/testing/etalons/DataGrid-PDFOverview.png differ diff --git a/apps/demos/utils/visual-tests/matrix-test-helper.js b/apps/demos/utils/visual-tests/matrix-test-helper.js index e5d8231d386..526f96e4027 100644 --- a/apps/demos/utils/visual-tests/matrix-test-helper.js +++ b/apps/demos/utils/visual-tests/matrix-test-helper.js @@ -181,7 +181,7 @@ const SKIPPED_TESTS = { { demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] }, // Scroll to const value. Not enough for other themes, because the height of elements is different. { demo: 'RemoteGrouping', themes: [THEME.fluent, THEME.material] }, - { demo: 'RowEditingAndEditingEvents', themes: [THEME.fluent, THEME.material] }, + { demo: 'RowEditing', themes: [THEME.fluent, THEME.material] }, ], Gantt: [ { demo: 'TaskTemplate', themes: [THEME.generic, THEME.material, THEME.fluent] },