V2Wizard: Change search parameter from qcow to qcow2

`target=qcow2` is in better alignment with the UI than `target=qcow`
This commit is contained in:
lucasgarfield 2024-03-20 17:33:06 +01:00 committed by Lucas Garfield
parent a7cc88af44
commit 5dcc3abbd8
2 changed files with 2 additions and 2 deletions

View file

@ -338,7 +338,7 @@ describe('set target using query parameter', () => {
});
test('guest-installer (query parameter provided)', async () => {
await render({ target: 'qcow' });
await render({ target: 'qcow2' });
await clickToReview();
const targetExpandable = await screen.findByRole('button', {
name: /Target environments/,