explore: fix GroupsDiagram test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -68,7 +68,7 @@ describe('<GroupsDiagram />', () => {
|
||||
);
|
||||
|
||||
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