V2Wizard: Add <ImageOutput> skeleton
Adds the foundation for the image output step.
This commit is contained in:
parent
b446f1d1e4
commit
2465ab4b84
3 changed files with 27 additions and 2 deletions
|
|
@ -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' });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue