Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
remove onlu
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Mar 30, 2020
1 parent cc971c4 commit f59ac4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/front_src/src/Resources/index.test.tsx
Expand Up @@ -224,8 +224,8 @@ describe(Resources, () => {
);
});

it.only('executes a listing request when a search is typed and enter key is pressed', async () => {
const { container, getByPlaceholderText } = render(<Resources />);
it('executes a listing request when a search is typed and enter key is pressed', async () => {
const { getByPlaceholderText } = render(<Resources />);

const fieldSearchValue = 'foobar';

Expand Down

0 comments on commit f59ac4a

Please sign in to comment.