test: package selector is now option not button
This commit is contained in:
parent
1aae8c16bc
commit
7ac9b27870
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ describe('Click through all steps', () => {
|
|||
userEvent.type(screen.getByRole('searchbox', { name: /Available search input/ }), 'test');
|
||||
screen.getByTestId('search-pkgs-button').click();
|
||||
await expect(getPackages).toHaveBeenCalledTimes(1);
|
||||
screen.getByRole('button', { name: /testPkg test package summary/ }).click();
|
||||
screen.getByRole('option', { name: /testPkg test package summary/ }).click();
|
||||
screen.getByRole('button', { name: /Add selected/ }).click();
|
||||
next.click();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue