Description
Add an E2E test to verify the Task Instances page (/task_instances) displays all task instances correctly.
What to test
- Navigate to the Task Instances page
- Verify the task instances table renders
- Verify task details display: DAG ID, task ID, run ID, state, start time, duration
- Verify different task states are visually distinct (success, failed, running, queued)
- Verify filtering works
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct
Description
Add an E2E test to verify the Task Instances page (
/task_instances) displays all task instances correctly.What to test
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct