We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5e05d commit e8cd32cCopy full SHA for e8cd32c
1 file changed
src/components/MainContent.test.jsx
@@ -16,6 +16,6 @@ describe('MainContent', () => {
16
17
const button = screen.getByRole('button');
18
await userEvent.click(button);
19
- expect(screen.getByTestId('help-area')).toBeInTheDocument();
+ expect(screen.getByTestId('help-area')).not.toBeInTheDocument();
20
});
21
0 commit comments