src: Update remaining v5 version slugs

This commit is contained in:
regexowl 2025-05-19 13:56:53 +02:00 committed by Lucas Garfield
parent 4312cca4dd
commit 2080425753
9 changed files with 20 additions and 21 deletions

View file

@ -79,7 +79,7 @@ test.describe.serial('test', () => {
await frame.getByRole('button', { name: 'Create blueprint' }).click();
await expect(
frame.locator('.pf-v5-c-card__title-text').getByText(blueprintName)
frame.locator('.pf-v6-c-card__title-text').getByText(blueprintName)
).toBeVisible();
});