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:
regexowl 2025-02-07 15:08:33 +01:00 committed by Michal Gold
parent d969646822
commit 87a908af35
2 changed files with 33 additions and 31 deletions

View file

@ -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 });