We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getAllByRole
1 parent f6ad5fa commit 14e1dfbCopy full SHA for 14e1dfb
frontend/src/components/user/tests/list.test.js
@@ -16,7 +16,7 @@ jest.mock('react-hot-toast', () => ({
16
17
describe('User list card', () => {
18
it('renders user card', async () => {
19
- const { container, getByText, getAllByRole } = renderWithRouter(
+ const { container, getByText } = renderWithRouter(
20
<ReduxIntlProviders store={store}>
21
<UsersTable
22
filters={{
0 commit comments