Skip to content

Commit

Permalink
changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Das committed Apr 17, 2024
1 parent bc9b2a1 commit ce98576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MainContent.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ describe('MainContent', () => {

const button = screen.getByRole('button');
await userEvent.click(button);
expect(screen.getByTestId('help-area')).toBeInTheDocument();
expect(screen.getByTestId('help-area')).not.toBeInTheDocument();
});
});

0 comments on commit ce98576

Please sign in to comment.