From 8c959d6ef0ff786490210db8eca945165808e6cd Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 6 Feb 2024 15:39:00 +0100 Subject: [PATCH] explore: fix GroupsExplorerContent test Signed-off-by: Patrik Oldsberg --- .../GroupsExplorerContent/GroupsExplorerContent.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/explore/src/components/GroupsExplorerContent/GroupsExplorerContent.test.tsx b/plugins/explore/src/components/GroupsExplorerContent/GroupsExplorerContent.test.tsx index 00a6164aa9..996cad63d6 100644 --- a/plugins/explore/src/components/GroupsExplorerContent/GroupsExplorerContent.test.tsx +++ b/plugins/explore/src/components/GroupsExplorerContent/GroupsExplorerContent.test.tsx @@ -82,7 +82,7 @@ describe('', () => { await waitFor(() => expect( - screen.getByRole('link', { name: 'group:my-namespace/group-a' }), + screen.getByRole('link', { name: 'my-namespace/group-a' }), ).toBeInTheDocument(), ); });