CreateImageWizard: fix typo in aws step

This commit is contained in:
Sanne Raymaekers 2022-11-07 11:44:01 +01:00
parent f32f65c9fb
commit 06d47e5428
2 changed files with 2 additions and 2 deletions

View file

@ -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'
);
};