Reverted test so that Actions Workflow passes again
This commit is contained in:
@@ -16,6 +16,6 @@ describe('MainContent', () => {
|
|||||||
|
|
||||||
const button = screen.getByRole('button');
|
const button = screen.getByRole('button');
|
||||||
await userEvent.click(button);
|
await userEvent.click(button);
|
||||||
expect(screen.getByTestId('help-area')).not.toBeInTheDocument();
|
expect(screen.getByTestId('help-area')).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user