Description
Add an E2E test to verify the DAG Runs page (/dag_runs) displays all DAG runs correctly.
What to test
- Navigate to the DAG Runs page
- Verify the DAG runs table renders
- Verify run details display: DAG ID, run ID, state, start time, end time
- Verify different run states are visually distinct (success, failed, running)
- Verify Fitering works
- Verify Pagination works
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct
Description
Add an E2E test to verify the DAG Runs page (
/dag_runs) displays all DAG runs correctly.What to test
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct