CreateImageWizard: fix typo in aws step
This commit is contained in:
parent
f32f65c9fb
commit
06d47e5428
2 changed files with 2 additions and 2 deletions
|
|
@ -363,7 +363,7 @@ describe('Step Upload to AWS', () => {
|
|||
getNextButton().click();
|
||||
|
||||
expect(screen.getByRole('heading', { level: 1 })).toHaveTextContent(
|
||||
'Target environment - Amazon Web Service'
|
||||
'Target environment - Amazon Web Services'
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue