feat(HMS-3686): Update position of blueprint buttons

This commit is contained in:
Anna Vítová 2024-03-04 14:57:39 +01:00 committed by Lucas Garfield
parent 54bfe6dd92
commit 5813fdaf10
7 changed files with 159 additions and 111 deletions

View file

@ -241,9 +241,6 @@ describe('Images Table Toolbar', () => {
await renderWithReduxRouter('', {});
await screen.findByTestId('images-table');
// check create image button
await screen.findByTestId('create-image-action');
// check pagination renders
await screen.findByTestId('images-pagination-top');
await screen.findByTestId('images-pagination-bottom');