feat(HMS-3386): add blueprints initial layout

This commit is contained in:
Amir 2024-01-18 18:28:20 +02:00 committed by Lucas Garfield
parent 0982cbe8db
commit c2e7c34d6e
10 changed files with 398 additions and 67 deletions

View file

@ -114,7 +114,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' });