diff --git a/src/neo4j-arc/common/components/PropertiesTable/PropertiesTable.test.tsx b/src/neo4j-arc/common/components/PropertiesTable/PropertiesTable.test.tsx index 4e08e0d0337..b4b8a84bdbf 100644 --- a/src/neo4j-arc/common/components/PropertiesTable/PropertiesTable.test.tsx +++ b/src/neo4j-arc/common/components/PropertiesTable/PropertiesTable.test.tsx @@ -51,6 +51,7 @@ describe('', () => { type: type, item: { id: 'abc', + elementId: 'abc', labels, propertyList } @@ -61,6 +62,7 @@ describe('', () => { type: type, item: { id: 'abc', + elementId: 'abc', type: 'abc2', propertyList } diff --git a/src/neo4j-arc/graph-visualization/GraphVisualizer/DefaultPanelContent/DefaultDetailsPane.test.tsx b/src/neo4j-arc/graph-visualization/GraphVisualizer/DefaultPanelContent/DefaultDetailsPane.test.tsx index 29d3a31d729..f8838277b5c 100644 --- a/src/neo4j-arc/graph-visualization/GraphVisualizer/DefaultPanelContent/DefaultDetailsPane.test.tsx +++ b/src/neo4j-arc/graph-visualization/GraphVisualizer/DefaultPanelContent/DefaultDetailsPane.test.tsx @@ -59,6 +59,7 @@ describe('', () => { type: type, item: { id: 'abc', + elementId: 'abc', labels, propertyList } @@ -69,6 +70,7 @@ describe('', () => { type: type, item: { id: 'abc', + elementId: 'abc', type: 'abc2', propertyList }