feat(HMS-3386): add blueprints initial layout
This commit is contained in:
parent
0982cbe8db
commit
c2e7c34d6e
10 changed files with 398 additions and 67 deletions
|
|
@ -115,7 +115,7 @@ describe('Create Image Wizard', () => {
|
|||
test('renders component', async () => {
|
||||
renderCustomRoutesWithReduxRouter('imagewizard', {}, routes);
|
||||
// check heading
|
||||
await screen.findByRole('heading', { name: /Image Builder/ });
|
||||
await screen.findByRole('heading', { name: /Images/ });
|
||||
|
||||
await screen.findByRole('button', { name: 'Image output' });
|
||||
await screen.findByRole('button', { name: 'Register' });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue