test: UI tests for org chart desktop

This commit is contained in:
Rucha Mahabal
2021-07-14 23:50:54 +05:30
parent 40793f4a18
commit f004b404d1
3 changed files with 157 additions and 1 deletions

View File

@@ -49,7 +49,8 @@ erpnext.HierarchyChart = class {
title: node.title,
image: node.image,
parent: node.parent_id,
connections: node.connections
connections: node.connections,
is_mobile: false
});
node.parent.append(node_card);