Wizard/ImagesTable/test: Change "VMWare" to "VMware"

The "w" in VMware should be lower case, this updates it in all places.
This commit is contained in:
regexowl 2023-12-05 09:00:39 +01:00 committed by Klara Simickova
parent cea1caf175
commit 3e07472826
5 changed files with 17 additions and 17 deletions

View file

@ -1184,7 +1184,7 @@ describe('Click through all steps', () => {
await user.click(targetEnvironmentsExpandable);
await screen.findAllByText('AWS');
await screen.findAllByText('GCP');
await screen.findByText('VMWare vSphere (.ova)');
await screen.findByText('VMware vSphere (.ova)');
await screen.findByText('Virtualization - Guest image (.qcow2)');
await screen.findByText('Bare metal - Installer (.iso)');