fix(search): Revert placeholder & sync label & aria-label

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-04-19 18:45:28 -05:00
parent 9e0f486ac2
commit a87f98b385
5 changed files with 25 additions and 30 deletions
@@ -166,6 +166,6 @@ describe('SearchModal', () => {
},
);
expect(screen.getByLabelText('Search in Mock app')).toHaveFocus();
expect(screen.getByLabelText('Search')).toHaveFocus();
});
});