From 765ec54ded9f6cf0d3721f27af5245fa42869d00 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad Date: Thu, 5 Dec 2024 16:20:54 +0400 Subject: [PATCH] rename demos in skip list --- apps/demos/testing/common.test.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/demos/testing/common.test.js b/apps/demos/testing/common.test.js index d71bf8f3cc7..8dac25fe673 100644 --- a/apps/demos/testing/common.test.js +++ b/apps/demos/testing/common.test.js @@ -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] }, ], @@ -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] }, @@ -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] }, @@ -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] }, ], }, @@ -137,7 +137,7 @@ 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: [ @@ -145,7 +145,7 @@ const SKIPPED_TESTS = { { 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] }, @@ -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] }, ],