Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lu Yu <[email protected]>
  • Loading branch information
BionIT committed Mar 26, 2024
1 parent e726972 commit 2bcfc72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('DataSourceFilterGroup', () => {
]);

const input = screen.getByTestId('dataSourceMultiSelectFieldSearch');
fireEvent.change(input, { target: { value: 'randome input' } });
fireEvent.change(input, { target: { value: 'random input' } });
fireEvent.keyDown(input, { key: 'enter', keyCode: 13 });

expect(mockCallBack).toBeCalledWith([
Expand Down

0 comments on commit 2bcfc72

Please sign in to comment.