V2Wizard: Update create/edit button copy
This updates copy on the Save changes button as per recent mocks.
This commit is contained in:
parent
8ebd74051b
commit
972190ecaf
4 changed files with 6 additions and 6 deletions
|
|
@ -436,7 +436,7 @@ describe('Step Upload to AWS', () => {
|
|||
await clickNext();
|
||||
|
||||
await user.click(
|
||||
await screen.findByRole('button', { name: /Save changes/ })
|
||||
await screen.findByRole('button', { name: /Save changes to blueprint/ })
|
||||
);
|
||||
|
||||
// returns back to the landing page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue