Wizard: Gate services on OpenSCAP step behind flag
This gates the visibility of services on the OpenSCAP step behing a flag.
This commit is contained in:
parent
d969646822
commit
87a908af35
2 changed files with 33 additions and 31 deletions
|
|
@ -161,13 +161,6 @@ describe('Step OpenSCAP', () => {
|
|||
await goToOscapStep();
|
||||
await selectProfile();
|
||||
|
||||
await screen.findByText(/disabled services:/i);
|
||||
await screen.findByText(
|
||||
/rpcbind autofs nftables nfs-server emacs-service/i
|
||||
);
|
||||
await screen.findByText(/enabled services:/i);
|
||||
await screen.findByText(/crond/i);
|
||||
|
||||
// check that the FSC contains a /tmp partition
|
||||
await clickNext();
|
||||
await screen.findByRole('heading', { name: /File system configuration/i });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue