Skip to content

Commit 25c90e7

Browse files
/apps/demos/testing/skipped-tests.js -> /apps/demos/utils/visual-tests/matrix-test-helper.ts
1 parent 3da36cf commit 25c90e7

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
export const skippedTests = {
22
jQuery: {
3-
DataGrid: ['SignalRService', 'BatchUpdateRequest'],
43
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
54
},
65
Angular: {
76
Common: ['PopupAndNotificationsOverview'],
8-
DataGrid: ['SignalRService', 'BatchUpdateRequest'],
7+
DataGrid: ['SignalRService'],
98
Scheduler: ['Templates'],
109
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
1110
},
1211
React: {
13-
DataGrid: ['SignalRService', 'BatchUpdateRequest'],
12+
DataGrid: ['SignalRService'],
1413
// NOTE: 'GroupByDate' demo has problems with rendering
1514
Scheduler: ['GroupByDate', 'Templates'],
1615
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
1716
},
1817
Vue: {
1918
Common: ['PopupAndNotificationsOverview'],
2019
Scheduler: ['Templates'],
21-
DataGrid: ['SignalRService', 'BatchUpdateRequest'],
20+
DataGrid: ['SignalRService'],
2221
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
2322
},
2423
};

apps/demos/utils/visual-tests/matrix-test-helper.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,25 +205,25 @@ export function shouldRunTestAtIndex(testIndex) {
205205

206206
const SKIPPED_TESTS = {
207207
jQuery: {
208-
DataGrid: ['EditStateManagement', 'RemoteGrouping'],
208+
DataGrid: ['BatchUpdateRequest', 'EditStateManagement', 'RemoteGrouping'],
209209
},
210210
Angular: {
211211
Common: ['PopupAndNotificationsOverview'],
212-
DataGrid: ['EditStateManagement', 'RemoteGrouping'],
212+
DataGrid: ['BatchUpdateRequest', 'EditStateManagement', 'RemoteGrouping'],
213213
Scheduler: ['ContextMenu'],
214214
FileUploader: ['CustomDropzone'],
215215
},
216216
Vue: {
217217
Common: ['PopupAndNotificationsOverview'],
218218
// NOTE: Context menu item position is different across themes
219219
Scheduler: ['ContextMenu'],
220-
DataGrid: ['EditStateManagement', 'RemoteGrouping'],
220+
DataGrid: ['BatchUpdateRequest', 'EditStateManagement', 'RemoteGrouping'],
221221
FileUploader: ['CustomDropzone'],
222222
},
223223
React: {
224224
Common: ['PopupAndNotificationsOverview'],
225225
Scheduler: ['ContextMenu'],
226-
DataGrid: ['EditStateManagement', 'RemoteGrouping'],
226+
DataGrid: ['BatchUpdateRequest', 'EditStateManagement', 'RemoteGrouping'],
227227
FileUploader: ['CustomDropzone'],
228228
},
229229
};

0 commit comments

Comments
 (0)