sharedComponents: Rename "Create blueprint" button

This renames the button to "Create image blueprint" to make the relationship between images and blueprints clearer.
This commit is contained in:
regexowl 2025-06-18 13:41:27 +02:00 committed by Klara Simickova
parent 0ce28044b8
commit b59a729656
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import { isHosted } from './helpers';
* @param page - the page object
*/
export const navigateToOptionalSteps = async (page: Page | FrameLocator) => {
await page.getByRole('button', { name: 'Create blueprint' }).click();
await page.getByRole('button', { name: 'Create image blueprint' }).click();
await page.getByRole('checkbox', { name: 'Virtualization' }).click();
await page.getByRole('button', { name: 'Next' }).click();
};

View file

@ -131,7 +131,7 @@ export const ImageBuilderHeader = ({
})
}
>
Create blueprint
Create image blueprint
</Button>
{importExportFlag && (
<Button