Skip to content

Commit

Permalink
Accordion: skip Vue demos tests (#29080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag authored Feb 20, 2025
1 parent 7c3d54a commit 8c8cbd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ const SKIPPED_TESTS = {
],
},
Vue: {
Accordion: [
{ demo: 'Overview', themes: [THEME.generic, THEME.material, THEME.fluent] },
],
Charts: [
{ demo: 'TilingAlgorithms', themes: [THEME.material] },
{ demo: 'ExportAndPrintingAPI', themes: [THEME.material] },
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/testing/widgets/accordion/Accordion.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fixture('Accordion.Overview')
ctx.initialWindowSize = [900, 600];
});

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

Expand Down

0 comments on commit 8c8cbd1

Please sign in to comment.