Skip to content

Commit b2fbdd1

Browse files
fix demo tests
1 parent 780c73a commit b2fbdd1

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

apps/demos/testing/common.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const SKIPPED_TESTS = {
8686
{ demo: 'MultipleRecordSelectionModes', themes: [THEME.fluent] },
8787
{ demo: 'Toolbar', themes: [THEME.fluent, THEME.material] },
8888
{ demo: 'SignalRService', themes: [THEME.fluent, THEME.material] },
89-
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.material] },
89+
{ demo: 'CellEditing', themes: [THEME.material] },
9090
{ demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] },
9191
{ demo: 'RemoteGrouping', themes: [THEME.generic] },
9292
],
@@ -168,7 +168,7 @@ const SKIPPED_TESTS = {
168168
{ demo: 'MultipleRecordSelectionModes', themes: [THEME.fluent] },
169169
{ demo: 'Toolbar', themes: [THEME.fluent, THEME.material] },
170170
{ demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] },
171-
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.material] },
171+
{ demo: 'CellEditing', themes: [THEME.material] },
172172
],
173173
TreeList: [
174174
{ demo: 'Resizing', themes: [THEME.material] },

apps/demos/utils/visual-tests/matrix-test-helper.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ const SKIPPED_TESTS = {
249249
{ demo: 'CellTemplates', themes: [THEME.generic, THEME.material, THEME.fluent] },
250250
{ demo: 'Resources', themes: [THEME.generic, THEME.material, THEME.fluent] },
251251
{ demo: 'ContextMenu', themes: [THEME.generic, THEME.fluent, THEME.material] },
252-
{ demo: 'Toolbar', themes: [THEME.generic, THEME.fluent, THEME.material] },
253252
],
254253
Sortable: [
255254
{ demo: 'Kanban', themes: [THEME.generic, THEME.material, THEME.fluent] },
@@ -299,7 +298,6 @@ const SKIPPED_TESTS = {
299298
Scheduler: [
300299
{ demo: 'Overview', themes: [THEME.generic, THEME.fluent, THEME.material] },
301300
{ demo: 'ContextMenu', themes: [THEME.generic, THEME.fluent, THEME.material] },
302-
{ demo: 'Toolbar', themes: [THEME.generic, THEME.fluent, THEME.material] },
303301
],
304302
},
305303
React: {
@@ -331,7 +329,6 @@ const SKIPPED_TESTS = {
331329
{ demo: 'Overview', themes: [THEME.fluent, THEME.material] },
332330
{ demo: 'Templates', themes: [THEME.fluent, THEME.material] },
333331
{ demo: 'ContextMenu', themes: [THEME.generic, THEME.fluent, THEME.material] },
334-
{ demo: 'Toolbar', themes: [THEME.generic, THEME.fluent, THEME.material] },
335332
],
336333
FileUploader: [
337334
{ demo: 'CustomDropzone', themes: [THEME.generic, THEME.material, THEME.fluent] },

0 commit comments

Comments
 (0)