Wizard: add more tests for on prem filesystem

This commit is contained in:
Anna Vítová 2024-11-22 17:03:00 +02:00 committed by Klara Simickova
parent 80f7980676
commit 70462be0b7

View file

@ -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