Description
Add an E2E test to verify the grid view displays correctly on the DAG detail page.
What to test
- Navigate to a specific DAG's detail page (
/dags/:dagId)
- Switch to grid view
- Verify grid renders with task instances
- Verify task states are color-coded correctly
- Verify clicking a cell shows task details
Related issues
#59028