Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
c1495616js committed Dec 24, 2024
1 parent 501818a commit b29a054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/tests/components/form/Search.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Search', () => {

render(<Search onChange={mock} onSelect={mock} keyword='' search={search} />);

const input = screen.getByPlaceholderText('Search by first name or last name');
const input = screen.getByPlaceholderText('Search by first name, last name or ATS1 ID');
expect(input).toBeInTheDocument();

input.focus();
Expand Down

0 comments on commit b29a054

Please sign in to comment.