Let test fail to test that Gitea Actions Workflow fail
Gitea Actions Demo / Build (push) Failing after 38s
Gitea Actions Demo / Test-Job (push) Has been skipped
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been skipped

This commit is contained in:
2023-07-12 13:48:24 +02:00
parent 2a1cce2214
commit 4b327857c4
+1 -1
View File
@@ -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')).toBeInTheDocument(); expect(screen.getByTestId('help-area')).not.toBeInTheDocument();
}); });
}); });