Skip to content

Commit

Permalink
TreeView: Fix demos and unskip Testcafe tests (React and Vue) (DevExp…
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvictoria authored Jun 7, 2024
1 parent 2e76977 commit cf42f46
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
vertical-align: top;
}

::ng-deep #treeviewDriveC,
::ng-deep #treeviewDriveD {
margin-top: 10px;
}

::ng-deep .dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -20,6 +15,7 @@
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}

::ng-deep .drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
vertical-align: top;
}

#treeviewDriveC,
#treeviewDriveD {
margin-top: 10px;
}

.dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -20,6 +15,7 @@
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}

.drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
vertical-align: top;
}

#treeviewDriveC,
#treeviewDriveD {
margin-top: 10px;
}

.dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -20,6 +15,7 @@
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}

.drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@ function getTopVisibleNode(component) {
vertical-align: top;
}
#treeviewDriveC,
#treeviewDriveD {
margin-top: 10px;
}
.dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -216,6 +211,7 @@ function getTopVisibleNode(component) {
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}
.drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ const itemsDriveC = [{
}, {
id: '14',
name: 'Description.rtf',
icon: 'activefolder',
icon: 'file',
isDirectory: false,
}, {
id: '15',
name: 'Description.txt',
icon: 'activefolder',
icon: 'file',
isDirectory: false,
}];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
vertical-align: top;
}

#treeviewDriveC,
#treeviewDriveD {
margin-top: 10px;
}

.dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -20,6 +15,7 @@
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}

.drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
vertical-align: top;
}

::ng-deep #treeviewDriveC,
::ng-deep #treeviewDriveD {
margin-top: 10px;
}

::ng-deep .dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -20,6 +15,7 @@
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}

::ng-deep .drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
vertical-align: top;
}

#treeviewDriveC,
#treeviewDriveD {
margin-top: 10px;
}

.dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -20,6 +15,7 @@
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}

.drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
vertical-align: top;
}

#treeviewDriveC,
#treeviewDriveD {
margin-top: 10px;
}

.dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -20,6 +15,7 @@
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}

.drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ function getTopVisibleNode(component) {
vertical-align: top;
}
#treeviewDriveC,
#treeviewDriveD {
margin-top: 10px;
}
.dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -226,6 +221,7 @@ function getTopVisibleNode(component) {
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}
.drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
vertical-align: top;
}

#treeviewDriveC,
#treeviewDriveD {
margin-top: 10px;
}

.dx-treeview-item {
box-sizing: border-box;
}
Expand All @@ -20,6 +15,7 @@
min-height: auto;
padding: 0;
cursor: default;
margin-bottom: 10px;
}

.drive-panel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
{{ item.data.fullName + ' (' + item.data.position + ')' }}
</template>
</DxTreeView>
{{ ' ' }}
<div class="selected-container">Selected employees
<DxList
id="selected-employees"
Expand Down Expand Up @@ -140,7 +141,7 @@ function selectionModeValueChanged(e) {
.selected-container {
padding: 20px;
margin-left: 24px;
margin-left: 20px;
background-color: rgba(191, 191, 191, 0.15);
font-size: 115%;
font-weight: bold;
Expand Down
10 changes: 0 additions & 10 deletions apps/demos/testing/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ const SKIPPED_TESTS = {
{ demo: 'Overview', themes: [THEME.fluent, THEME.material] },
{ demo: 'GroupByDate', themes: [THEME.fluent, THEME.material] },
],
TreeView: [
{ demo: 'ItemSelectionAndCustomization', themes: [THEME.material] },
{ demo: 'DragAndDropHierarchicalDataStructure', themes: [THEME.fluent] },
{ demo: 'DragAndDropPlainDataStructure', themes: [THEME.fluent] },
],
TabPanel: [
{ demo: 'SortableClosableTabs', themes: [THEME.fluent, THEME.material] },
],
Expand Down Expand Up @@ -205,11 +200,6 @@ const SKIPPED_TESTS = {
{ demo: 'DeferredSelection', themes: [THEME.material] },
{ demo: 'CellEditingAndEditingAPI', themes: [THEME.material] },
],
TreeView: [
{ demo: 'ItemSelectionAndCustomization', themes: [THEME.material] },
{ demo: 'DragAndDropPlainDataStructure', themes: [THEME.fluent] },
{ demo: 'DragAndDropHierarchicalDataStructure', themes: [THEME.fluent] },
],
TileView: [
{ demo: 'Directions', themes: [THEME.material] },
],
Expand Down
3 changes: 0 additions & 3 deletions apps/demos/utils/visual-tests/matrix-test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,6 @@ const SKIPPED_TESTS = {
Toolbar: [
{ demo: 'Adaptability', themes: [THEME.fluent, THEME.material] },
],
TreeView: [
{ demo: 'ItemSelectionAndCustomization', themes: [THEME.material] },
],
},
React: {
Charts: [
Expand Down

0 comments on commit cf42f46

Please sign in to comment.