Skip to content

Commit 8c8cbd1

Browse files
authored
Accordion: skip Vue demos tests (DevExpress#29080)
1 parent 7c3d54a commit 8c8cbd1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

apps/demos/testing/common.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ const SKIPPED_TESTS = {
210210
],
211211
},
212212
Vue: {
213+
Accordion: [
214+
{ demo: 'Overview', themes: [THEME.generic, THEME.material, THEME.fluent] },
215+
],
213216
Charts: [
214217
{ demo: 'TilingAlgorithms', themes: [THEME.material] },
215218
{ demo: 'ExportAndPrintingAPI', themes: [THEME.material] },

apps/demos/testing/widgets/accordion/Accordion.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fixture('Accordion.Overview')
1212
ctx.initialWindowSize = [900, 600];
1313
});
1414

15-
runManualTest('Accordion', 'Overview', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
15+
runManualTest('Accordion', 'Overview', ['jQuery', 'React', 'Angular'], (test) => { // , 'Vue'
1616
test('Custom Overview Appearance', async (t) => {
1717
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
1818

0 commit comments

Comments
 (0)