V2Wizard: Add tally to the "Selected" toggle
This adds a tally of selected packages to the "Selected" toggle.
This commit is contained in:
parent
f375fc5c41
commit
43cb43dac8
2 changed files with 4 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ describe('Step Compliance', () => {
|
|||
await screen.findByRole('heading', {
|
||||
name: /Additional packages/i,
|
||||
});
|
||||
await user.click(await screen.findByText('Selected'));
|
||||
await user.click(await screen.findByText(/Selected/));
|
||||
await screen.findByText(/nftables/i);
|
||||
await screen.findByText(/libselinux/i);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue