Skip to content

Commit 1c3e35a

Browse files
update etalons
1 parent 6ba6cea commit 1c3e35a

36 files changed

Lines changed: 28 additions & 49 deletions

File tree

-3.41 KB
Loading
-1.62 KB
Loading
-3.93 KB
Loading
-761 Bytes
Loading

apps/demos/testing/skipped-tests.js

Lines changed: 20 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,65 +3,39 @@ import { THEME } from '../utils/visual-tests/helpers/theme-utils';
33
export const skippedTests = {
44
jQuery: {
55
Charts: [
6+
{ demo: 'AjaxRequest', themes: [THEME.material] },
67
{ demo: 'ServerSideDataProcessing', themes: [THEME.material] },
7-
{ demo: 'SpiderWeb', themes: [THEME.material] }, // NOTE: Requires preload font, which not work in testcafe
8-
],
9-
Gantt: [
10-
{ demo: 'TaskTemplate', themes: [THEME.generic, THEME.material, THEME.fluent] },
11-
{ demo: 'Validation', themes: [THEME.generic, THEME.material, THEME.fluent] },
12-
],
13-
Map: [
14-
{ demo: 'ProvidersAndTypes', themes: [THEME.generic, THEME.material, THEME.fluent] },
15-
{ demo: 'Markers', themes: [THEME.generic, THEME.material, THEME.fluent] },
16-
{ demo: 'Routes', themes: [THEME.generic, THEME.material, THEME.fluent] },
8+
// NOTE: Requires preload font, which not work in testcafe
9+
{ demo: 'SpiderWeb', themes: [THEME.material] },
1710
],
11+
// Gantt: ['TaskTemplate', 'Validation'],
12+
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
1813
},
1914
Angular: {
20-
Map: [
21-
{ demo: 'ProvidersAndTypes', themes: [THEME.generic, THEME.material, THEME.fluent] },
22-
{ demo: 'Markers', themes: [THEME.generic, THEME.material, THEME.fluent] },
23-
{ demo: 'Routes', themes: [THEME.generic, THEME.material, THEME.fluent] },
24-
],
25-
PivotGrid: [
26-
{ demo: 'Overview', themes: [THEME.material] },
27-
{ demo: 'ChartIntegration', themes: [THEME.material] },
28-
],
29-
TreeList: [
30-
{ demo: 'BatchEditing', themes: [THEME.material] },
31-
{ demo: 'RowEditing', themes: [THEME.material] },
32-
{ demo: 'PopupEditing', themes: [THEME.material] },
33-
{ demo: 'FormEditing', themes: [THEME.material] },
34-
{ demo: 'CellEditing', themes: [THEME.material] },
35-
{ demo: 'Resizing', themes: [THEME.material] },
36-
],
37-
Gantt: [
38-
{ demo: 'TaskTemplate', themes: [THEME.generic, THEME.material, THEME.fluent] },
39-
{ demo: 'Validation', themes: [THEME.generic, THEME.material, THEME.fluent] },
15+
Gantt: ['TaskTemplate', 'Validation'],
16+
DataGrid: [
17+
// jQuery demo uses a different show-checkboxes mode
18+
{ demo: 'MultipleRecordSelectionModes', themes: [THEME.fluent] },
4019
],
20+
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
4121
},
4222
React: {
4323
DataGrid: [
44-
{ demo: 'SignalRService', themes: [THEME.material, THEME.fluent] },
45-
{ demo: 'EditStateManagement', themes: [THEME.material] },
24+
// jQuery demo uses a different show-checkboxes mode
4625
{ demo: 'MultipleRecordSelectionModes', themes: [THEME.fluent] },
47-
{ demo: 'Toolbar', themes: [THEME.fluent, THEME.material] },
48-
{ demo: 'MultipleRecordSelectionAPI', themes: [THEME.material] },
49-
{ demo: 'CellEditing', themes: [THEME.material] },
50-
],
51-
Gantt: [
52-
{ demo: 'Validation', themes: [THEME.generic, THEME.material, THEME.fluent] },
26+
{ demo: 'Toolbar', themes: [THEME.fluent] },
5327
],
54-
Map: [
55-
{ demo: 'ProvidersAndTypes', themes: [THEME.generic, THEME.material, THEME.fluent] },
56-
{ demo: 'Markers', themes: [THEME.generic, THEME.material, THEME.fluent] },
57-
{ demo: 'Routes', themes: [THEME.generic, THEME.material, THEME.fluent] },
28+
Scheduler: [
29+
// NOTE: 'GroupByDate' demo has problems with rendering
30+
{ demo: 'GroupByDate', themes: [THEME.fluent] },
5831
],
32+
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
5933
},
6034
Vue: {
61-
Map: [
62-
{ demo: 'ProvidersAndTypes', themes: [THEME.generic, THEME.material, THEME.fluent] },
63-
{ demo: 'Markers', themes: [THEME.generic, THEME.material, THEME.fluent] },
64-
{ demo: 'Routes', themes: [THEME.generic, THEME.material, THEME.fluent] },
35+
DataGrid: [
36+
// jQuery demo uses a different show-checkboxes mode
37+
{ demo: 'MultipleRecordSelectionModes', themes: [THEME.fluent] },
6538
],
39+
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
6640
},
6741
};
-15 Bytes
Loading
-9.01 KB
Loading
-8.41 KB
Loading
-8.66 KB
Loading
-8.43 KB
Loading

0 commit comments

Comments
 (0)