Update tasks toggle copy

This commit is contained in:
Codex Agent
2026-01-16 15:06:48 +01:00
parent 9e4ea3dafb
commit 6d3f4f36e8
4 changed files with 31 additions and 7 deletions

View File

@@ -228,7 +228,7 @@ describe('MobileEventTasksPage', () => {
it('renders the task overview summary and quick jump chips', async () => {
render(<MobileEventTasksPage />);
expect(await screen.findByText('1. Activate tasks')).toBeInTheDocument();
expect(await screen.findByText('Tasks for this event')).toBeInTheDocument();
expect(await screen.findByText('Task overview')).toBeInTheDocument();
expect(screen.getByText('Tasks total')).toBeInTheDocument();
expect(screen.getByText('Quick jump')).toBeInTheDocument();