fix(search): Fix broken tests

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-04-19 12:33:08 -05:00
committed by Carlos Lopez
parent 87efd07490
commit 9e0f486ac2
2 changed files with 19 additions and 7 deletions
@@ -166,6 +166,6 @@ describe('SearchModal', () => {
},
);
expect(screen.getByLabelText('Search')).toHaveFocus();
expect(screen.getByLabelText('Search in Mock app')).toHaveFocus();
});
});