V2Wizard: Add <ImageOutput> skeleton

Adds the foundation for the image output step.
This commit is contained in:
lucasgarfield 2024-01-05 18:40:48 +01:00 committed by Sanne Raymaekers
parent b446f1d1e4
commit 2465ab4b84
3 changed files with 27 additions and 2 deletions

View file

@ -116,7 +116,7 @@ describe('Create Image Wizard', () => {
// check heading
screen.getByRole('heading', { name: /Image Builder/ });
// screen.getByRole('button', { name: 'Image output' });
screen.getByRole('button', { name: 'Image output' });
// screen.getByRole('button', { name: 'Register' });
// screen.getByRole('button', { name: 'File system configuration' });
// screen.getByRole('button', { name: 'Content' });