Skip to content

Commit

Permalink
fix: src/features/Licenses/LicensesFilters/__test__/index.test.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Andrés Felipe Bermúdez Mendoza <[email protected]>
  • Loading branch information
01001110J and anfbermudezme authored Feb 22, 2024
1 parent d8b276d commit 1be29f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('LicensesFilters Component', () => {
axiosMock.reset();
});

test('Should be disabled the button <Apply> if is not selection in any filter, then be available if the user select an option', async () => {
test('The <Apply> button should be disabled if there is no selection in any filter, then it will be available if the user selects an option', async () => {
const resetPagination = jest.fn();
const { getByText, getAllByTestId } = render(
<Provider store={store}>
Expand Down

0 comments on commit 1be29f9

Please sign in to comment.