build(deps): bump @redhat-cloud-services/frontend-components-utilities from 3.2.16 to 3.3.11
Moving to @redhat-cloud-services/frontend-component utilities broke several tests, this commit fixes those tests. Additionally, this commit bumps @patternfly/react-core and @patternfly/react-table to versions 4.267.6 and 4.112.6, respectively.
This commit is contained in:
parent
f1763d51bd
commit
772aca36fa
5 changed files with 274 additions and 706 deletions
|
|
@ -905,7 +905,7 @@ describe('Step Custom repositories', () => {
|
|||
|
||||
// Display all repositories on one page
|
||||
screen.getByRole('button', { name: /items per page/i }).click();
|
||||
screen.getByRole('button', { name: /100 per page/i }).click();
|
||||
screen.getByRole('menuitem', { name: /100 per page/i }).click();
|
||||
|
||||
// gnome-shell-extensions should not be present
|
||||
const table = await screen.findByTestId('repositories-table');
|
||||
|
|
@ -1161,10 +1161,9 @@ describe('Click through all steps', () => {
|
|||
screen.getByText(
|
||||
/Images built with Image Builder include all required packages/i
|
||||
);
|
||||
await searchForAvailablePackages(
|
||||
screen.getByTestId('search-available-pkgs-input'),
|
||||
'test'
|
||||
);
|
||||
|
||||
const searchbox = screen.getAllByRole('textbox')[0]; // searching by id doesn't update the input ref
|
||||
await searchForAvailablePackages(searchbox, 'test');
|
||||
expect(getPackages).toHaveBeenCalledTimes(1);
|
||||
screen
|
||||
.getByRole('option', { name: /testPkg test package summary/ })
|
||||
|
|
|
|||
|
|
@ -1471,10 +1471,9 @@ describe('Click through all steps', () => {
|
|||
screen.getByText(
|
||||
/Images built with Image Builder include all required packages/i
|
||||
);
|
||||
await searchForAvailablePackages(
|
||||
screen.getByTestId('search-available-pkgs-input'),
|
||||
'test'
|
||||
);
|
||||
|
||||
const searchbox = screen.getAllByRole('textbox')[0]; // searching by id doesn't update the input ref
|
||||
await searchForAvailablePackages(searchbox, 'test');
|
||||
expect(getPackages).toHaveBeenCalledTimes(1);
|
||||
screen
|
||||
.getByRole('option', { name: /testPkg test package summary/ })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue