Skip to content

Commit d4006e7

Browse files
dmlvrCopilot
andauthored
Update packages/devextreme/testing/tests/DevExpress.ui.widgets/treeViewParts/optionChanged.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
1 parent 26001f7 commit d4006e7

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme/testing/tests/DevExpress.ui.widgets/treeViewParts

1 file changed

+1
-1
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets/treeViewParts/optionChanged.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ QUnit.test('node should not have disabled class when it was disabled at runtime'
7373
});
7474
const instance = $treeView.dxTreeView('instance');
7575
const $item = $treeView.find('.dx-treeview-item').eq(0);
76-
const $itemContent = $treeView.find('.dx-item-content').eq(0);
76+
const $itemContent = $treeView.find('.dx-treeview-item-content').eq(0);
7777

7878
instance.option('items[0].disabled', true);
7979
assert.notOk($item.hasClass('dx-state-disabled'), 'item frame do not have disabled class');

0 commit comments

Comments
 (0)