Wizard: CentOS acknowledgement text updated for production

This commit is contained in:
lucasgarfield 2022-09-02 16:47:04 +02:00 committed by Lucas Garfield
parent 4ec5c97758
commit 1d6a92a7f9
2 changed files with 6 additions and 7 deletions

View file

@ -344,7 +344,7 @@ describe('Step Image output', () => {
userEvent.click(centOSButton);
await screen.findByText(
'CentOS Stream builds may only be used for the development of RHEL-Next.'
'CentOS Stream builds are intended for the development of future versions of RHEL and are not supported for production workloads or other use cases.'
);
});
});