wizard: don't show the form as a modal
When the user clicks on the "create an image" button, the image wizard shows up replacing the landing page. This allows to keep the quickstart guides to the right of the wizard while the user is interacting with it.
This commit is contained in:
parent
cd2d3c41f7
commit
cbe710e75e
4 changed files with 28 additions and 11 deletions
|
|
@ -118,7 +118,7 @@ describe('Create Image Wizard', () => {
|
|||
test('renders component', () => {
|
||||
renderCustomRoutesWithReduxRouter('imagewizard', {}, routes);
|
||||
// check heading
|
||||
screen.getByRole('heading', { name: /Create image/ });
|
||||
screen.getByRole('heading', { name: /Image Builder/ });
|
||||
|
||||
screen.getByRole('button', { name: 'Image output' });
|
||||
screen.getByRole('button', { name: 'Register' });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue