Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Dec 4, 2024
1 parent 7a69e42 commit 0ddc748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/demos/utils/visual-tests/matrix-test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const SKIPPED_TESTS = {
DataGrid: [
{ demo: 'BatchEditing', themes: [THEME.fluent] },
{ demo: 'CustomNewRecordPosition', themes: [THEME.fluent] },
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.fluent, THEME.material] },
{ demo: 'CellEditing', themes: [THEME.fluent, THEME.material] },
{ demo: 'MultipleRecordSelectionAPI', themes: [THEME.fluent, THEME.material] },
{ demo: 'RemoteGrouping', themes: [THEME.fluent, THEME.material] },
{ demo: 'RowEditingAndEditingEvents', themes: [THEME.fluent, THEME.material] },
Expand All @@ -250,7 +250,7 @@ const SKIPPED_TESTS = {
DataGrid: [
{ demo: 'BatchEditing', themes: [THEME.fluent] },
{ demo: 'CustomNewRecordPosition', themes: [THEME.fluent] },
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.fluent, THEME.material] },
{ demo: 'CellEditing', themes: [THEME.fluent, THEME.material] },
{ demo: 'MultipleRecordSelectionAPI', themes: [THEME.fluent, THEME.material] },
{ demo: 'RemoteGrouping', themes: [THEME.fluent, THEME.material] },
{ demo: 'RowEditingAndEditingEvents', themes: [THEME.fluent, THEME.material] },
Expand Down

0 comments on commit 0ddc748

Please sign in to comment.