Blueprints Table: Clear selection button now a <Button>

As per discussion with UX, change the `Clear selection` card to a button
(link variant).
This commit is contained in:
lucasgarfield 2024-03-06 10:02:44 +01:00 committed by Lucas Garfield
parent 68e4cba9a3
commit d204d4c5dc
2 changed files with 7 additions and 19 deletions

View file

@ -195,7 +195,7 @@ describe('Blueprints', () => {
// wait for debounce
await waitFor(() => {
expect(screen.getAllByRole('radio')).toHaveLength(2);
expect(screen.getAllByRole('radio')).toHaveLength(1);
});
});
});