Updating tests to check for lowercase all type
Signed-off-by: Josh Maxwell <cctechwiz@gmail.com>
This commit is contained in:
@@ -132,7 +132,7 @@ describe('<EntityTypePicker/>', () => {
|
||||
});
|
||||
|
||||
fireEvent.click(input);
|
||||
fireEvent.click(rendered.getByText('All'));
|
||||
fireEvent.click(rendered.getByText('all'));
|
||||
|
||||
expect(updateFilters).toHaveBeenLastCalledWith({ type: undefined });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user