Skip to content

Commit 939c8be

Browse files
unskip material
1 parent 78baf11 commit 939c8be

File tree

3 files changed

+125
-126
lines changed

3 files changed

+125
-126
lines changed

.github/workflows/demos_visual_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ jobs:
7878
fail-fast: false
7979
matrix:
8080
STRATEGY: [screenshots, accessibility]
81-
# THEME: ['material.blue.light', 'fluent.blue.light']
82-
THEME: ['fluent.blue.light']
81+
THEME: ['material.blue.light', 'fluent.blue.light']
8382
CONSTEL: [jquery(1/4), jquery(2/4), jquery(3/4), jquery(4/4), jquery]
8483
exclude:
8584
- STRATEGY: accessibility

apps/demos/testing/skipped-tests.js

Lines changed: 121 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,128 @@
1-
import { THEME } from '../utils/visual-tests/helpers/theme-utils';
1+
// import { THEME } from '../utils/visual-tests/helpers/theme-utils';
22

33
export const skippedTests = {
44
jQuery: {
55
Map: ['ProvidersAndTypes', 'Markers', 'Routes'],
6-
DataGrid: [
7-
{ demo: 'RealTimeUpdates', themes: [THEME.material] },
8-
{ demo: 'MultiRowHeadersBands', themes: [THEME.material] },
9-
{ demo: 'ColumnReordering', themes: [THEME.material] },
10-
{ demo: 'Row', themes: [THEME.material] },
11-
],
12-
TreeList: [
13-
{ demo: 'FilterRow', themes: [THEME.material] },
14-
{ demo: 'PopupEditing', themes: [THEME.material] },
15-
],
16-
DateRangeBox: [
17-
{ demo: 'Formatting', themes: [THEME.material] },
18-
],
19-
PivotGrid: [
20-
{ demo: 'SummaryDisplayModes', themes: [THEME.material] },
21-
{ demo: 'RunningTotals', themes: [THEME.material] },
22-
{ demo: 'DrillDown', themes: [THEME.material] },
23-
],
24-
Gauges: [
25-
{ demo: 'DifferentSubvalueIndicatorTypesLinearGauge', themes: [THEME.material] },
26-
{ demo: 'Tooltip', themes: [THEME.material] },
27-
{ demo: 'ScaleLabelFormatting', themes: [THEME.material] },
28-
{ demo: 'Palette', themes: [THEME.material] },
29-
{ demo: 'ScaleCustomTickInterval', themes: [THEME.material] },
30-
{ demo: 'GaugeTooltip', themes: [THEME.material] },
31-
{ demo: 'CircularGauge', themes: [THEME.material] },
32-
{ demo: 'ScaleCustomTickValues', themes: [THEME.material] },
33-
{ demo: 'ScaleCustomTickValues', themes: [THEME.material] },
34-
{ demo: 'SubvalueIndicatorTextFormatting', themes: [THEME.material] },
35-
{ demo: 'DifferentValueIndicatorTypesLinearGauge', themes: [THEME.material] },
36-
{ demo: 'GaugeTitleCustomized', themes: [THEME.material] },
37-
{ demo: 'LabelsCustomization', themes: [THEME.material] },
38-
{ demo: 'DifferentValueIndicatorTypes', themes: [THEME.material] },
39-
{ demo: 'CustomLayout', themes: [THEME.material] },
40-
{ demo: 'LinearGauge', themes: [THEME.material] },
41-
],
42-
Gantt: [
43-
{ demo: 'HeaderFilter', themes: [THEME.material] },
44-
{ demo: 'ContextMenu', themes: [THEME.material] },
45-
{ demo: 'DataBinding', themes: [THEME.material] },
46-
{ demo: 'FilterRow', themes: [THEME.material] },
47-
],
48-
Charts: [
49-
{ demo: 'Line', themes: [THEME.material] },
50-
{ demo: 'SmallValueGroups', themes: [THEME.material] },
51-
{ demo: 'SankeyChart', themes: [THEME.material] },
52-
{ demo: 'DoughnutSelection', themes: [THEME.material] },
53-
{ demo: 'AreaSelectionZooming', themes: [THEME.material] },
54-
{ demo: 'WindRose', themes: [THEME.material] },
55-
{ demo: 'RangeBar', themes: [THEME.material] },
56-
{ demo: 'Pie', themes: [THEME.material] },
57-
{ demo: 'CustomBarWidth', themes: [THEME.material] },
58-
{ demo: 'Colorization', themes: [THEME.material] },
59-
{ demo: 'Bubble', themes: [THEME.material] },
60-
{ demo: 'ZoomingAndScrolling', themes: [THEME.material] },
61-
{ demo: 'TooltipAPI', themes: [THEME.material] },
62-
{ demo: 'SplineArea', themes: [THEME.material] },
63-
{ demo: 'DrillDown', themes: [THEME.material] },
64-
{ demo: 'DiscretePointsAggregation', themes: [THEME.material] },
65-
{ demo: 'ContinuousData', themes: [THEME.material] },
66-
{ demo: 'PointsAggregation', themes: [THEME.material] },
67-
{ demo: 'HierarchicalDataStructure', themes: [THEME.material] },
68-
{ demo: 'RangeArea', themes: [THEME.material] },
69-
{ demo: 'PieWithMultipleSeries', themes: [THEME.material] },
70-
{ demo: 'MultiplePointSelection', themes: [THEME.material] },
71-
{ demo: 'LogarithmicAxis', themes: [THEME.material] },
72-
{ demo: 'CenterLabelCustomization', themes: [THEME.material] },
73-
{ demo: 'PolarChartAnnotations', themes: [THEME.material] },
74-
{ demo: 'PointImage', themes: [THEME.material] },
75-
{ demo: 'PieResolveLabelOverlap', themes: [THEME.material] },
76-
{ demo: 'PolarChartZoomingAndScrollingAPI', themes: [THEME.material] },
77-
{ demo: 'StandardBar', themes: [THEME.material] },
78-
{ demo: 'MultipleAxes', themes: [THEME.material] },
79-
{ demo: 'InvertedChart', themes: [THEME.material] },
80-
{ demo: 'BarColorCustomization', themes: [THEME.material] },
81-
{ demo: 'Doughnut', themes: [THEME.material] },
82-
{ demo: 'SideBySideFullStackedBar', themes: [THEME.material] },
83-
{ demo: 'Stock', themes: [THEME.material] },
84-
{ demo: 'StackedBar', themes: [THEME.material] },
85-
{ demo: 'MultipleSeriesSelection', themes: [THEME.material] },
86-
{ demo: 'DiscreteAxisZoomingAndScrolling', themes: [THEME.material] },
87-
{ demo: 'CustomAnnotations', themes: [THEME.material] },
88-
{ demo: 'EqualSizePies', themes: [THEME.material] },
89-
{ demo: 'FlatDataStructure', themes: [THEME.material] },
90-
{ demo: 'SpiderWeb', themes: [THEME.material] },
91-
{ demo: 'ScaleBreaks', themes: [THEME.material] },
92-
{ demo: 'DiscreteData', themes: [THEME.material] },
93-
{ demo: 'SideBySideStackedBar', themes: [THEME.material] },
94-
{ demo: 'PointSelectionAPI', themes: [THEME.material] },
95-
{ demo: 'PieAnnotations', themes: [THEME.material] },
96-
{ demo: 'DynamicSeries', themes: [THEME.material] },
97-
{ demo: 'Spline', themes: [THEME.material] },
98-
{ demo: 'MultiplePanes', themes: [THEME.material] },
99-
{ demo: 'FullStackedBar', themes: [THEME.material] },
100-
{ demo: 'ExportAndPrintingAPI', themes: [THEME.material] },
101-
{ demo: 'AutoCalculatedBarWidth', themes: [THEME.material] },
102-
{ demo: 'PointsAggregationFinancialChart', themes: [THEME.material] },
103-
{ demo: 'ParetoChart', themes: [THEME.material] },
104-
{ demo: 'LogarithmicVsLinearAxes', themes: [THEME.material] },
105-
{ demo: 'LegendMarkersCustomization', themes: [THEME.material] },
106-
{ demo: 'ExportSeveralCharts', themes: [THEME.material] },
107-
{ demo: 'ClientSideDataProcessing', themes: [THEME.material] },
108-
{ demo: 'Crosshair', themes: [THEME.material] },
109-
{ demo: 'Selection', themes: [THEME.material] },
110-
{ demo: 'FunnelChart', themes: [THEME.material] },
111-
{ demo: 'Overview', themes: [THEME.material] },
112-
{ demo: 'Candlestick', themes: [THEME.material] },
113-
{ demo: 'BarDrillDown', themes: [THEME.material] },
114-
],
115-
RangeSelector: [
116-
{ demo: 'EmbeddedChart', themes: [THEME.material] },
117-
{ demo: 'NumericScaleLightweight', themes: [THEME.material] },
118-
{ demo: 'Calculation', themes: [THEME.material] },
119-
{ demo: 'DateTimeScale', themes: [THEME.material] },
120-
{ demo: 'EmbeddedChartCustomized', themes: [THEME.material] },
121-
],
122-
Diagram: [
123-
{ demo: 'WebAPIService', themes: [THEME.material] },
124-
{ demo: 'ImagesInShapes', themes: [THEME.material] },
125-
],
6+
// DataGrid: [
7+
// { demo: 'RealTimeUpdates', themes: [THEME.material] },
8+
// { demo: 'MultiRowHeadersBands', themes: [THEME.material] },
9+
// { demo: 'ColumnReordering', themes: [THEME.material] },
10+
// { demo: 'Row', themes: [THEME.material] },
11+
// ],
12+
// TreeList: [
13+
// { demo: 'FilterRow', themes: [THEME.material] },
14+
// { demo: 'PopupEditing', themes: [THEME.material] },
15+
// ],
16+
// DateRangeBox: [
17+
// { demo: 'Formatting', themes: [THEME.material] },
18+
// ],
19+
// PivotGrid: [
20+
// { demo: 'SummaryDisplayModes', themes: [THEME.material] },
21+
// { demo: 'RunningTotals', themes: [THEME.material] },
22+
// { demo: 'DrillDown', themes: [THEME.material] },
23+
// ],
24+
// Gauges: [
25+
// { demo: 'DifferentSubvalueIndicatorTypesLinearGauge', themes: [THEME.material] },
26+
// { demo: 'Tooltip', themes: [THEME.material] },
27+
// { demo: 'ScaleLabelFormatting', themes: [THEME.material] },
28+
// { demo: 'Palette', themes: [THEME.material] },
29+
// { demo: 'ScaleCustomTickInterval', themes: [THEME.material] },
30+
// { demo: 'GaugeTooltip', themes: [THEME.material] },
31+
// { demo: 'CircularGauge', themes: [THEME.material] },
32+
// { demo: 'ScaleCustomTickValues', themes: [THEME.material] },
33+
// { demo: 'ScaleCustomTickValues', themes: [THEME.material] },
34+
// { demo: 'SubvalueIndicatorTextFormatting', themes: [THEME.material] },
35+
// { demo: 'DifferentValueIndicatorTypesLinearGauge', themes: [THEME.material] },
36+
// { demo: 'GaugeTitleCustomized', themes: [THEME.material] },
37+
// { demo: 'LabelsCustomization', themes: [THEME.material] },
38+
// { demo: 'DifferentValueIndicatorTypes', themes: [THEME.material] },
39+
// { demo: 'CustomLayout', themes: [THEME.material] },
40+
// { demo: 'LinearGauge', themes: [THEME.material] },
41+
// ],
42+
// Gantt: [
43+
// { demo: 'HeaderFilter', themes: [THEME.material] },
44+
// { demo: 'ContextMenu', themes: [THEME.material] },
45+
// { demo: 'DataBinding', themes: [THEME.material] },
46+
// { demo: 'FilterRow', themes: [THEME.material] },
47+
// ],
48+
// Charts: [
49+
// { demo: 'Line', themes: [THEME.material] },
50+
// { demo: 'SmallValueGroups', themes: [THEME.material] },
51+
// { demo: 'SankeyChart', themes: [THEME.material] },
52+
// { demo: 'DoughnutSelection', themes: [THEME.material] },
53+
// { demo: 'AreaSelectionZooming', themes: [THEME.material] },
54+
// { demo: 'WindRose', themes: [THEME.material] },
55+
// { demo: 'RangeBar', themes: [THEME.material] },
56+
// { demo: 'Pie', themes: [THEME.material] },
57+
// { demo: 'CustomBarWidth', themes: [THEME.material] },
58+
// { demo: 'Colorization', themes: [THEME.material] },
59+
// { demo: 'Bubble', themes: [THEME.material] },
60+
// { demo: 'ZoomingAndScrolling', themes: [THEME.material] },
61+
// { demo: 'TooltipAPI', themes: [THEME.material] },
62+
// { demo: 'SplineArea', themes: [THEME.material] },
63+
// { demo: 'DrillDown', themes: [THEME.material] },
64+
// { demo: 'DiscretePointsAggregation', themes: [THEME.material] },
65+
// { demo: 'ContinuousData', themes: [THEME.material] },
66+
// { demo: 'PointsAggregation', themes: [THEME.material] },
67+
// { demo: 'HierarchicalDataStructure', themes: [THEME.material] },
68+
// { demo: 'RangeArea', themes: [THEME.material] },
69+
// { demo: 'PieWithMultipleSeries', themes: [THEME.material] },
70+
// { demo: 'MultiplePointSelection', themes: [THEME.material] },
71+
// { demo: 'LogarithmicAxis', themes: [THEME.material] },
72+
// { demo: 'CenterLabelCustomization', themes: [THEME.material] },
73+
// { demo: 'PolarChartAnnotations', themes: [THEME.material] },
74+
// { demo: 'PointImage', themes: [THEME.material] },
75+
// { demo: 'PieResolveLabelOverlap', themes: [THEME.material] },
76+
// { demo: 'PolarChartZoomingAndScrollingAPI', themes: [THEME.material] },
77+
// { demo: 'StandardBar', themes: [THEME.material] },
78+
// { demo: 'MultipleAxes', themes: [THEME.material] },
79+
// { demo: 'InvertedChart', themes: [THEME.material] },
80+
// { demo: 'BarColorCustomization', themes: [THEME.material] },
81+
// { demo: 'Doughnut', themes: [THEME.material] },
82+
// { demo: 'SideBySideFullStackedBar', themes: [THEME.material] },
83+
// { demo: 'Stock', themes: [THEME.material] },
84+
// { demo: 'StackedBar', themes: [THEME.material] },
85+
// { demo: 'MultipleSeriesSelection', themes: [THEME.material] },
86+
// { demo: 'DiscreteAxisZoomingAndScrolling', themes: [THEME.material] },
87+
// { demo: 'CustomAnnotations', themes: [THEME.material] },
88+
// { demo: 'EqualSizePies', themes: [THEME.material] },
89+
// { demo: 'FlatDataStructure', themes: [THEME.material] },
90+
// { demo: 'SpiderWeb', themes: [THEME.material] },
91+
// { demo: 'ScaleBreaks', themes: [THEME.material] },
92+
// { demo: 'DiscreteData', themes: [THEME.material] },
93+
// { demo: 'SideBySideStackedBar', themes: [THEME.material] },
94+
// { demo: 'PointSelectionAPI', themes: [THEME.material] },
95+
// { demo: 'PieAnnotations', themes: [THEME.material] },
96+
// { demo: 'DynamicSeries', themes: [THEME.material] },
97+
// { demo: 'Spline', themes: [THEME.material] },
98+
// { demo: 'MultiplePanes', themes: [THEME.material] },
99+
// { demo: 'FullStackedBar', themes: [THEME.material] },
100+
// { demo: 'ExportAndPrintingAPI', themes: [THEME.material] },
101+
// { demo: 'AutoCalculatedBarWidth', themes: [THEME.material] },
102+
// { demo: 'PointsAggregationFinancialChart', themes: [THEME.material] },
103+
// { demo: 'ParetoChart', themes: [THEME.material] },
104+
// { demo: 'LogarithmicVsLinearAxes', themes: [THEME.material] },
105+
// { demo: 'LegendMarkersCustomization', themes: [THEME.material] },
106+
// { demo: 'ExportSeveralCharts', themes: [THEME.material] },
107+
// { demo: 'ClientSideDataProcessing', themes: [THEME.material] },
108+
// { demo: 'Crosshair', themes: [THEME.material] },
109+
// { demo: 'Selection', themes: [THEME.material] },
110+
// { demo: 'FunnelChart', themes: [THEME.material] },
111+
// { demo: 'Overview', themes: [THEME.material] },
112+
// { demo: 'Candlestick', themes: [THEME.material] },
113+
// { demo: 'BarDrillDown', themes: [THEME.material] },
114+
// ],
115+
// RangeSelector: [
116+
// { demo: 'EmbeddedChart', themes: [THEME.material] },
117+
// { demo: 'NumericScaleLightweight', themes: [THEME.material] },
118+
// { demo: 'Calculation', themes: [THEME.material] },
119+
// { demo: 'DateTimeScale', themes: [THEME.material] },
120+
// { demo: 'EmbeddedChartCustomized', themes: [THEME.material] },
121+
// ],
122+
// Diagram: [
123+
// { demo: 'WebAPIService', themes: [THEME.material] },
124+
// { demo: 'ImagesInShapes', themes: [THEME.material] },
125+
// ],
126126
},
127127
Angular: {
128128
Common: ['PopupAndNotificationsOverview'],

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ export function shouldRunTestAtIndex(testIndex) {
215215
const SKIPPED_TESTS = {
216216
jQuery: {
217217
DataGrid: ['RemoteGrouping'],
218-
Charts: [
219-
{ demo: 'ZoomingAndScrollingAPI', themes: [THEME.material] },
220-
],
218+
// Charts: [
219+
// { demo: 'ZoomingAndScrollingAPI', themes: [THEME.material] },
220+
// ],
221221
},
222222
Angular: {
223223
Charts: ['Crosshair'],

0 commit comments

Comments
 (0)