Skip to content

Commit

Permalink
Reverting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciamears committed Dec 2, 2024
1 parent e1068bc commit c2a7738
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')).not.toBeInTheDocument();
expect(screen.getByTestId('help-area')).toBeInTheDocument();
});
});

0 comments on commit c2a7738

Please sign in to comment.