Wizard/Review: Rename from Image to blueprint

Where applicable renamed Image details or name to blueprint details or name.
This commit is contained in:
Jakub Rusz 2024-06-28 13:18:09 +02:00 committed by Klara Simickova
parent 9b82b22d75
commit 9f3cb26e0a
3 changed files with 9 additions and 7 deletions

View file

@ -203,7 +203,9 @@ describe('Blueprints', () => {
{},
routes
);
const blueprintDetails = await screen.findByText('Image details');
const blueprintDetails = await screen.findByTestId(
'image-details-expandable'
);
await user.click(blueprintDetails);
await screen.findByText(editedBlueprintName);
});