Reverted test so that Actions Workflow passes again
Gitea Actions Demo / Build (push) Successful in 42s
Gitea Actions Demo / Test-Job (push) Successful in 7s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 18s

This commit is contained in:
2023-07-12 13:53:41 +02:00
parent 4b327857c4
commit 3338f2549e
+1 -1
View File
@@ -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();
});
});