Description
Add E2E tests to verify the pause and stop backfill functionality on the DAG detail page (/dags/:dagId).
What to test
- Navigate to a DAG's Backfills tab
- Create an active backfill (prerequisite)
- Pause a running backfill
- Verify backfill status changes to paused
- Resume a paused backfill
- Verify backfill status changes back to running
- Stop/cancel an active backfill
- Verify backfill status changes to cancelled
- Verify stopped backfill cannot be resumed
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct
Description
Add E2E tests to verify the pause and stop backfill functionality on the DAG detail page (
/dags/:dagId).What to test
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct