Skip to content

Commit

Permalink
Merge branch '24_1-TabPanel-Overview' of https://github.com/nikkithel…
Browse files Browse the repository at this point in the history
…egendarypokemonster/DevExtreme into 24_1-Tileview-fix-alignment
  • Loading branch information
nikkithelegendarypokemonster committed Jun 13, 2024
2 parents 029ca82 + c2f792a commit c588520
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
14 changes: 8 additions & 6 deletions apps/demos/Demos/TabPanel/Overview/Vue/TabPanelItem.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<template>
<div class="tabpanel-item">
<TaskItem
v-for="(task, index) in tasks"
:key="index"
:task="task"
/>
<div>
<div class="tabpanel-item">
<TaskItem
v-for="(task, index) in tasks"
:key="index"
:task="task"
/>
</div>
</div>
</template>

Expand Down
1 change: 0 additions & 1 deletion apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ const SKIPPED_TESTS = {
{ demo: 'Overview', themes: [THEME.material] },
],
List: [
{ demo: 'ListSelection', themes: [THEME.material] },
{ demo: 'ListWithSearchBar', themes: [THEME.material] },
],
Gauges: [
Expand Down
6 changes: 0 additions & 6 deletions apps/demos/utils/visual-tests/matrix-test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,6 @@ const SKIPPED_TESTS = {
Drawer: [
{ demo: 'TopOrBottomPosition', themes: [THEME.material] },
],
List: [
{ demo: 'ListSelection', themes: [THEME.material] },
],
TabPanel: [
{ demo: 'Overview', themes: [THEME.material] },
],
Toolbar: [
{ demo: 'Adaptability', themes: [THEME.fluent, THEME.material] },
],
Expand Down

0 comments on commit c588520

Please sign in to comment.