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:
parent
cea1caf175
commit
3e07472826
5 changed files with 17 additions and 17 deletions
|
|
@ -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)');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue