Update tasks toggle copy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user