From 8b76f6b6456fa029eaf474e3367af9e10b4bd240 Mon Sep 17 00:00:00 2001 From: tperehinets <97943593+tperehinets@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:18:09 +0300 Subject: [PATCH] Update CatalogGraphCard.test.tsx Signed-off-by: tperehinets <97943593+tperehinets@users.noreply.github.com> --- .../src/components/CatalogGraphCard/CatalogGraphCard.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.test.tsx b/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.test.tsx index ee400f1e56..cdd55e300f 100644 --- a/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.test.tsx +++ b/plugins/catalog-graph/src/components/CatalogGraphCard/CatalogGraphCard.test.tsx @@ -133,7 +133,6 @@ describe('', () => { expect(button).toBeInTheDocument(); expect(button.closest('a')).toHaveAttribute( 'href', - // '/catalog-graph?rootEntityRefs%5B%5D=b%3Ad%2Fc&unidirectional=true&mergeRelations=true&direction=LR', '/catalog-graph?rootEntityRefs%5B%5D=b%3Ad%2Fc&maxDepth=1&unidirectional=true&mergeRelations=true&direction=LR', ); });