Skip to content

Commit e8cd32c

Browse files
committed
broke test
1 parent bf5e05d commit e8cd32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MainContent.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ describe('MainContent', () => {
1616

1717
const button = screen.getByRole('button');
1818
await userEvent.click(button);
19-
expect(screen.getByTestId('help-area')).toBeInTheDocument();
19+
expect(screen.getByTestId('help-area')).not.toBeInTheDocument();
2020
});
2121
});

0 commit comments

Comments
 (0)