Wizard: Add Lightspeed to package recommendations

This adds "Powered by RHEL Lightspeed" text and popover to the recommended packages expandable.
This commit is contained in:
regexowl 2024-06-24 09:34:15 +02:00 committed by Klara Simickova
parent 7138552663
commit 73848c9ed0
2 changed files with 39 additions and 8 deletions

View file

@ -110,7 +110,7 @@ const toggleSelected = async () => {
const checkRecommendationsEmptyState = async () => {
await screen.findByRole('button', {
name: 'Recommended Red Hat packages',
name: /Recommended Red Hat packages/,
});
await screen.findByText('Select packages to generate recommendations.');