Skip to content

Commit

Permalink
UIIN-2514 Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Nov 7, 2023
1 parent 3f44a38 commit 12309e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BrowseInventory/BrowseInventory.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe('BrowseInventory', () => {
renderBrowseInventory();

fireEvent.change(screen.getByRole('combobox'), { target: { value: 'contributors' } });
userEvent.type(screen.getByRole('textbox'), 'test')
userEvent.type(screen.getByRole('textbox'), 'test');
fireEvent.click(screen.getByRole('button', { name: 'Search' }));
fireEvent.click(screen.getByRole('button', { name: 'Reset all' }));

Expand Down

0 comments on commit 12309e7

Please sign in to comment.