@@ -2,10 +2,16 @@ import { THEME } from '../utils/visual-tests/helpers/theme-utils';
22
33export const skippedTests = {
44 jQuery : {
5+ Autocomplete : [ 'Overview' ] ,
56 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
67 DataGrid : [
78 'ExcelJSExportMultipleGrids' ,
89 'PDFExportMultipleGrids' ,
10+ 'OdataService' ,
11+ 'Overview' ,
12+ 'FocusedRow' ,
13+ 'FilteringAPI' ,
14+ 'DeferredSelection' ,
915 { demo : 'RealTimeUpdates' , themes : [ THEME . material ] } ,
1016 { demo : 'MultiRowHeadersBands' , themes : [ THEME . material ] } ,
1117 { demo : 'ColumnReordering' , themes : [ THEME . material ] } ,
@@ -48,6 +54,7 @@ export const skippedTests = {
4854 { demo : 'FilterRow' , themes : [ THEME . material ] } ,
4955 ] ,
5056 Charts : [
57+ 'ServerSideDataProcessing' ,
5158 { demo : 'Line' , themes : [ THEME . material ] } ,
5259 { demo : 'SmallValueGroups' , themes : [ THEME . material ] } ,
5360 { demo : 'SankeyChart' , themes : [ THEME . material ] } ,
@@ -125,28 +132,72 @@ export const skippedTests = {
125132 { demo : 'WebAPIService' , themes : [ THEME . material ] } ,
126133 { demo : 'ImagesInShapes' , themes : [ THEME . material ] } ,
127134 ] ,
135+ TreeView : [ 'VirtualMode' ] ,
136+ FilterBuilder : [ 'WithDataGrid' ] ,
128137 } ,
129138 Angular : {
139+ Autocomplete : [ 'Overview' ] ,
140+ Charts : [ 'ServerSideDataProcessing' ] ,
130141 Common : [ 'PopupAndNotificationsOverview' ] ,
131- DataGrid : [ 'SignalRService' , 'MultipleRecordSelectionModes' , 'RemoteCRUDOperations' , 'ExcelJSExportMultipleGrids' , 'PDFExportMultipleGrids' ] ,
142+ DataGrid : [
143+ 'SignalRService' ,
144+ 'MultipleRecordSelectionModes' ,
145+ 'RemoteCRUDOperations' ,
146+ 'ExcelJSExportMultipleGrids' ,
147+ 'PDFExportMultipleGrids' ,
148+ 'DeferredSelection' ,
149+ 'FocusedRow' ,
150+ 'OdataService' ,
151+ 'FilteringAPI' ,
152+ 'Overview' ,
153+ ] ,
154+ FilterBuilder : [ 'WithDataGrid' ] ,
132155 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
133156 Gantt : [ 'TaskTemplate' , 'Validation' ] ,
134- TreeView : [ 'LoadDataOnDemand' ] ,
157+ TreeView : [ 'LoadDataOnDemand' , 'VirtualMode' ] ,
135158 Stepper : [ 'StepTemplate' ] ,
136159 } ,
137160 React : {
138- DataGrid : [ 'Toolbar' , 'SignalRService' , 'MultipleRecordSelectionModes' , 'ExcelJSExportMultipleGrids' , 'PDFExportMultipleGrids' ] ,
161+ Autocomplete : [ 'Overview' ] ,
162+ Charts : [ 'ServerSideDataProcessing' ] ,
163+ DataGrid : [
164+ 'Overview' ,
165+ 'Toolbar' ,
166+ 'SignalRService' ,
167+ 'MultipleRecordSelectionModes' ,
168+ 'ExcelJSExportMultipleGrids' ,
169+ 'PDFExportMultipleGrids' ,
170+ 'DeferredSelection' ,
171+ 'FilteringAPI' ,
172+ 'OdataService' ,
173+ ] ,
139174 // NOTE: 'GroupByDate' demo has problems with rendering
140175 Scheduler : [ 'GroupByDate' ] ,
141176 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
142177 Gantt : [ 'Validation' ] ,
178+ TreeView : [ 'VirtualMode' ] ,
179+ FilterBuilder : [ 'WithDataGrid' ] ,
143180 } ,
144181 Vue : {
182+ Autocomplete : [ 'Overview' ] ,
145183 Common : [ 'PopupAndNotificationsOverview' ] ,
146- Charts : [ 'PointsAggregation' ] ,
147- DataGrid : [ 'SignalRService' , 'MultipleRecordSelectionModes' , 'ExcelJSExportMultipleGrids' , 'PDFExportMultipleGrids' ] ,
184+ Charts : [ 'PointsAggregation' , 'ServerSideDataProcessing' ] ,
185+ DataGrid : [
186+ 'SignalRService' ,
187+ 'MultipleRecordSelectionModes' ,
188+ 'ExcelJSExportMultipleGrids' ,
189+ 'PDFExportMultipleGrids' ,
190+ 'OdataService' ,
191+ 'Overview' ,
192+ 'FocusedRow' ,
193+ 'FocusedRow' ,
194+ 'FilteringAPI' ,
195+ 'DeferredSelection' ,
196+ ] ,
148197 Map : [ 'ProvidersAndTypes' , 'Markers' , 'Routes' ] ,
149198 Gantt : [ 'Validation' ] ,
150199 Scheduler : [ 'Toolbar' ] ,
200+ TreeView : [ 'VirtualMode' ] ,
201+ FilterBuilder : [ 'WithDataGrid' ] ,
151202 } ,
152203} ;
0 commit comments