@@ -193,7 +193,7 @@ const SKIPPED_TESTS = {
193
193
} ,
194
194
Angular : {
195
195
Accordion : [
196
- { demo : 'Overview' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
196
+ { demo : 'Overview' , themes : [ THEME . material , THEME . fluent ] } ,
197
197
] ,
198
198
Common : [
199
199
{ demo : 'EditorAppearanceVariants' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
@@ -229,13 +229,13 @@ const SKIPPED_TESTS = {
229
229
{ demo : 'ItemDragging' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
230
230
] ,
231
231
TabPanel : [
232
- { demo : 'Overview' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
232
+ { demo : 'Overview' , themes : [ THEME . material , THEME . fluent ] } ,
233
233
] ,
234
234
SelectBox : [
235
235
{ demo : 'GroupedItems' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
236
236
] ,
237
237
Splitter : [
238
- { demo : 'Overview' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
238
+ { demo : 'Overview' , themes : [ THEME . material , THEME . fluent ] } ,
239
239
] ,
240
240
Gauges : [
241
241
{ demo : 'VariableNumberOfBars' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
@@ -287,7 +287,7 @@ const SKIPPED_TESTS = {
287
287
{ demo : 'IntegratedFieldChooser' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
288
288
] ,
289
289
Toolbar : [
290
- { demo : 'Adaptability' , themes : [ THEME . generic , THEME . material , THEME . fluent ] } ,
290
+ { demo : 'Adaptability' , themes : [ THEME . material , THEME . fluent ] } ,
291
291
]
292
292
} ,
293
293
Vue : {
0 commit comments