explore: fix GroupsExplorerContent test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -82,7 +82,7 @@ describe('<GroupsExplorerContent />', () => {
|
||||
|
||||
await waitFor(() =>
|
||||
expect(
|
||||
screen.getByRole('link', { name: 'group:my-namespace/group-a' }),
|
||||
screen.getByRole('link', { name: 'my-namespace/group-a' }),
|
||||
).toBeInTheDocument(),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user