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(), ); });