Wizard: add more tests for on prem filesystem
This commit is contained in:
parent
80f7980676
commit
70462be0b7
1 changed files with 9 additions and 2 deletions
|
|
@ -315,12 +315,19 @@ describe('Import modal', () => {
|
|||
await screen.findByRole('textbox', {
|
||||
name: 'Select activation key',
|
||||
});
|
||||
await clickNext();
|
||||
|
||||
// OpenScap
|
||||
await clickNext();
|
||||
|
||||
//File system configuration
|
||||
// File system configuration
|
||||
await clickNext();
|
||||
const partition = await screen.findByText('/var');
|
||||
expect(partition).toBeInTheDocument();
|
||||
const sizeValue = screen.getByRole('cell', {
|
||||
name: /2/i,
|
||||
});
|
||||
expect(sizeValue).toBeInTheDocument();
|
||||
|
||||
await clickNext();
|
||||
|
||||
// Custom Repos step
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue