diff --git a/src/__tests__/__snapshots__/ownersListContext-test.js.snap b/src/__tests__/__snapshots__/ownersListContext-test.js.snap index 0f1e213a05..0699eb5b18 100644 --- a/src/__tests__/__snapshots__/ownersListContext-test.js.snap +++ b/src/__tests__/__snapshots__/ownersListContext-test.js.snap @@ -11,15 +11,21 @@ exports[`OwnersListContext should fetch the owners list for the selected element Array [ Object { "displayName": "Grandparent", + "hocDisplayNames": null, "id": 7, + "type": 5, }, Object { "displayName": "Parent", + "hocDisplayNames": null, "id": 9, + "type": 5, }, Object { "displayName": "Child", + "hocDisplayNames": null, "id": 8, + "type": 5, }, ] `; @@ -36,15 +42,21 @@ exports[`OwnersListContext should fetch the owners list for the selected element Array [ Object { "displayName": "Grandparent", + "hocDisplayNames": null, "id": 2, + "type": 5, }, Object { "displayName": "Parent", + "hocDisplayNames": null, "id": 3, + "type": 5, }, Object { "displayName": "Child", + "hocDisplayNames": null, "id": 4, + "type": 5, }, ] `; @@ -53,11 +65,15 @@ exports[`OwnersListContext should fetch the owners list for the selected element Array [ Object { "displayName": "Grandparent", + "hocDisplayNames": null, "id": 2, + "type": 5, }, Object { "displayName": "Parent", + "hocDisplayNames": null, "id": 3, + "type": 5, }, ] `; @@ -71,7 +87,9 @@ exports[`OwnersListContext should include the current element even if there are Array [ Object { "displayName": "Grandparent", + "hocDisplayNames": null, "id": 5, + "type": 5, }, ] `; diff --git a/src/__tests__/__snapshots__/treeContext-test.js.snap b/src/__tests__/__snapshots__/treeContext-test.js.snap index 3a9149861b..d50b0a7172 100644 --- a/src/__tests__/__snapshots__/treeContext-test.js.snap +++ b/src/__tests__/__snapshots__/treeContext-test.js.snap @@ -29,6 +29,7 @@ Object { "children": Array [], "depth": 0, "displayName": "Child", + "hocDisplayNames": null, "id": 3, "isCollapsed": false, "key": null, @@ -70,6 +71,7 @@ Object { "children": Array [], "depth": 0, "displayName": "Parent", + "hocDisplayNames": null, "id": 2, "isCollapsed": false, "key": null, @@ -136,6 +138,7 @@ Object { ], "depth": 0, "displayName": "Parent", + "hocDisplayNames": null, "id": 3, "isCollapsed": false, "key": null, @@ -148,6 +151,7 @@ Object { "children": Array [], "depth": 1, "displayName": "Child", + "hocDisplayNames": null, "id": 4, "isCollapsed": false, "key": "0", @@ -160,6 +164,7 @@ Object { "children": Array [], "depth": 1, "displayName": "Child", + "hocDisplayNames": null, "id": 5, "isCollapsed": false, "key": "1", @@ -189,6 +194,7 @@ Object { ], "depth": 0, "displayName": "Parent", + "hocDisplayNames": null, "id": 3, "isCollapsed": false, "key": null, @@ -201,6 +207,7 @@ Object { "children": Array [], "depth": 1, "displayName": "Child", + "hocDisplayNames": null, "id": 4, "isCollapsed": false, "key": "0", @@ -228,6 +235,7 @@ Object { "children": Array [], "depth": 0, "displayName": "Parent", + "hocDisplayNames": null, "id": 3, "isCollapsed": false, "key": null, @@ -280,6 +288,7 @@ Object { ], "depth": 0, "displayName": "Parent", + "hocDisplayNames": null, "id": 3, "isCollapsed": false, "key": null, @@ -292,6 +301,7 @@ Object { "children": Array [], "depth": 1, "displayName": "Child", + "hocDisplayNames": null, "id": 4, "isCollapsed": false, "key": null, @@ -304,6 +314,7 @@ Object { "children": Array [], "depth": 1, "displayName": "Child", + "hocDisplayNames": null, "id": 5, "isCollapsed": false, "key": null,