CreateImageWizard: enable OpenSCAP for on-prem
SSIA
This commit is contained in:
parent
c7cd9e8de3
commit
9d883a8dfc
3 changed files with 5 additions and 6 deletions
|
|
@ -23,10 +23,11 @@ test.describe.serial('test', () => {
|
|||
});
|
||||
await page.getByTestId('automatically-register-checkbox').uncheck();
|
||||
await frame.getByRole('button', { name: 'Next', exact: true }).click();
|
||||
await frame.getByRole('heading', { name: 'Compliance' });
|
||||
await frame.getByRole('button', { name: 'Next', exact: true }).click();
|
||||
}
|
||||
|
||||
await frame.getByRole('heading', { name: 'Compliance' });
|
||||
await frame.getByRole('button', { name: 'Next', exact: true }).click();
|
||||
|
||||
await frame.getByRole('heading', { name: 'File system configuration' });
|
||||
await frame.getByRole('button', { name: 'Next', exact: true }).click();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue