Let test fail to test that Gitea Actions Workflow fail
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user