Skip to content

Commit

Permalink
test: refine tests based on PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Jan 23, 2024
1 parent f30adcf commit 8c0e8dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ describe('<InputContainer /> component', () => {
expect(screen.getByRole('alert')).toBeInTheDocument();
expect(screen.getByText(alert.message)).toBeInTheDocument();

expect(screen.queryByText(`${inputLength}/${maxLength}`)).toBeNull();
expect(screen.queryByText(`${inputLength}/${maxLength}`)).not.toBeInTheDocument();
});
});

0 comments on commit 8c0e8dd

Please sign in to comment.