Skip to content

Commit

Permalink
rename demos in skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Dec 5, 2024
1 parent 6f84569 commit 765ec54
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ const SKIPPED_TESTS = {
DataGrid: [
{ demo: 'EditStateManagement', themes: [THEME.generic] },
{ demo: 'MultipleRecordSelectionModes', themes: [THEME.fluent] },
{ demo: 'ToolbarCustomization', themes: [THEME.fluent, THEME.material] },
{ demo: 'Toolbar', themes: [THEME.fluent, THEME.material] },
{ demo: 'SignalRService', themes: [THEME.fluent, THEME.material] },
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.material] },
{ demo: 'CellEditing', themes: [THEME.material] },
{ demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] },
{ demo: 'RemoteGrouping', themes: [THEME.generic] },
],
Expand All @@ -86,12 +86,12 @@ const SKIPPED_TESTS = {
{ demo: 'CustomizePointsAndLabels', themes: [THEME.material] },
{ demo: 'ServerSideDataProcessing', themes: [THEME.material] },
{ demo: 'MultiplePointSelection', themes: [THEME.material] },
{ demo: 'PiesWithEqualSize', themes: [THEME.material] },
{ demo: 'EqualSizePies', themes: [THEME.material] },
{ demo: 'Selection', themes: [THEME.material] },
{ demo: 'CustomMapData', themes: [THEME.material] },
{ demo: 'MultipleSeriesSelection', themes: [THEME.material] },
{ demo: 'DiscreteAxisZoomingAndScrolling', themes: [THEME.material] },
{ demo: 'APISelectAPoint', themes: [THEME.material] },
{ demo: 'PointSelectionAPI', themes: [THEME.material] },
],
Scheduler: [
{ demo: 'Overview', themes: [THEME.fluent, THEME.material] },
Expand All @@ -110,7 +110,7 @@ const SKIPPED_TESTS = {
],
Gauges: [
{ demo: 'ScaleLabelFormatting', themes: [THEME.material] },
{ demo: 'BaseValueForRangeBar', themes: [THEME.material] },
{ demo: 'RangeBarBaseValue', themes: [THEME.material] },
{ demo: 'DifferentValueIndicatorTypesLinearGauge', themes: [THEME.material] },
{ demo: 'SubvalueIndicatorTextFormatting', themes: [THEME.material] },
{ demo: 'DifferentValueIndicatorTypes', themes: [THEME.material] },
Expand All @@ -128,7 +128,7 @@ const SKIPPED_TESTS = {
{ demo: 'CustomAnnotations', themes: [THEME.material] },
{ demo: 'CustomProjection', themes: [THEME.material] },
{ demo: 'MultipleLayers', themes: [THEME.material] },
{ demo: 'TooltipHTMLSupport', themes: [THEME.material] },
{ demo: 'TooltipsCustomization', themes: [THEME.material] },
{ demo: 'CustomMapData', themes: [THEME.material] },
],
},
Expand All @@ -137,15 +137,15 @@ const SKIPPED_TESTS = {
{ demo: 'ActionAndListsOverview', themes: [THEME.generic, THEME.material] },
],
Charts: [
{ demo: 'PiesWithEqualSize', themes: [THEME.material] },
{ demo: 'EqualSizePies', themes: [THEME.material] },
{ demo: 'CustomAnnotations', themes: [THEME.material] },
],
DataGrid: [
{ demo: 'SignalRService', themes: [THEME.material, THEME.fluent] },
{ demo: 'MultipleRecordSelectionModes', themes: [THEME.fluent] },
{ demo: 'ToolbarCustomization', themes: [THEME.fluent, THEME.material] },
{ demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] },
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.material] },
{ demo: 'CellEditing', themes: [THEME.material] },
],
Gantt: [
{ demo: 'Validation', themes: [THEME.generic, THEME.material, THEME.fluent] },
Expand Down Expand Up @@ -208,7 +208,7 @@ const SKIPPED_TESTS = {
{ demo: 'Filtering', themes: [THEME.fluent] },
{ demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] },
{ demo: 'DeferredSelection', themes: [THEME.material] },
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.material] },
{ demo: 'CellEditing', themes: [THEME.material] },
{ demo: 'PopupEditing', themes: [THEME.generic] },
{ demo: 'RecordPaging', themes: [THEME.generic] },
],
Expand Down

0 comments on commit 765ec54

Please sign in to comment.