Wizard/Review: Rename from Image to blueprint
Where applicable renamed Image details or name to blueprint details or name.
This commit is contained in:
parent
9b82b22d75
commit
9f3cb26e0a
3 changed files with 9 additions and 7 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue