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 0e07300 commit 1863f7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const SKIPPED_TESTS = {
DataGrid: [
{ demo: 'SignalRService', themes: [THEME.material, THEME.fluent] },
{ demo: 'MultipleRecordSelectionModes', themes: [THEME.fluent] },
{ demo: 'ToolbarCustomization', themes: [THEME.fluent, THEME.material] },
{ demo: 'Toolbar', themes: [THEME.fluent, THEME.material] },
{ demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] },
{ demo: 'CellEditing', themes: [THEME.material] },
],
Expand All @@ -155,7 +155,7 @@ const SKIPPED_TESTS = {
{ demo: 'GroupByDate', themes: [THEME.fluent, THEME.material] },
],
List: [
{ demo: 'ListWithSearchBar', themes: [THEME.material] },
{ demo: 'Search', themes: [THEME.material] },
{ demo: 'ItemDragging', themes: [THEME.fluent, THEME.material] },
],
VectorMap: [
Expand All @@ -170,7 +170,7 @@ const SKIPPED_TESTS = {
],
RangeSelector: [
{ demo: 'DiscreteScale', themes: [THEME.material] },
{ demo: 'UseRangeSelectionForCalculation', themes: [THEME.material] },
{ demo: 'Calculation', themes: [THEME.material] },
],
PivotGrid: [
{ demo: 'ExcelJSCellCustomization', themes: [THEME.material] },
Expand All @@ -194,15 +194,15 @@ const SKIPPED_TESTS = {
{ demo: 'PointsAggregation', themes: [THEME.material] },
{ demo: 'AxisLabelsOverlapping', themes: [THEME.material] },
{ demo: 'ServerSideDataProcessing', themes: [THEME.material] },
{ demo: 'PiesWithEqualSize', themes: [THEME.material] },
{ demo: 'EqualSizePies', themes: [THEME.material] },
{ demo: 'Palette', themes: [THEME.material] },
],
Drawer: [
{ demo: 'TopOrBottomPosition', themes: [THEME.material] },
],
DataGrid: [
{ demo: 'SignalRService', themes: [THEME.fluent, THEME.material] },
{ demo: 'ToolbarCustomization', themes: [THEME.fluent, THEME.material] },
{ demo: 'Toolbar', themes: [THEME.fluent, THEME.material] },
{ demo: 'MultipleRecordSelectionModes', themes: [THEME.fluent] },
{ demo: 'FilteringAPI', themes: [THEME.material] },
{ demo: 'Filtering', themes: [THEME.fluent] },
Expand Down Expand Up @@ -230,7 +230,7 @@ const SKIPPED_TESTS = {
{ demo: 'Overview', themes: [THEME.material] },
],
List: [
{ demo: 'ListWithSearchBar', themes: [THEME.material] },
{ demo: 'Search', themes: [THEME.material] },
],
Gauges: [
{ demo: 'Overview', themes: [THEME.material] },
Expand All @@ -239,7 +239,7 @@ const SKIPPED_TESTS = {
{ demo: 'DifferentValueIndicatorTypesLinearGauge', themes: [THEME.material] },
],
RangeSelector: [
{ demo: 'UseRangeSelectionForCalculation', themes: [THEME.material] },
{ demo: 'Calculation', themes: [THEME.material] },
{ demo: 'DiscreteScale', themes: [THEME.material] },
],
PivotGrid: [
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/utils/visual-tests/matrix-test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const SKIPPED_TESTS = {
{ demo: 'MultipleSelection', themes: [THEME.generic, THEME.material] },
],
List: [
{ demo: 'ItemDragging', themes: [THEME.generic] },
{ demo: 'DragAndDrop', themes: [THEME.generic] },
],
Gauges: [
{ demo: 'VariableNumberOfBars', themes: [THEME.material, THEME.fluent] },
Expand Down

0 comments on commit 1863f7d

Please sign in to comment.