Description
Add E2E tests to verify the Required Actions page (/required_actions) displays correctly and approve/reject functionality works.
What to Test
Required Actions Display
- Navigate to the Required Actions page (
/required_actions)
- Verify the actions list/table is displayed (or empty state if none)
- Verify action details show: DAG ID, task ID, run ID, timestamp
- Verify pagination works (if multiple actions exist)
- Verify Filter
Approve Action
- Locate a pending required action
- Click the approve button
- Verify confirmation dialog appears
- Confirm the action
- Verify the action is removed from pending list or status updated
Reject Action
- Locate a pending required action
- Click the reject button
- Verify confirmation dialog appears
- Confirm the rejection
- Verify the action is removed from pending list or status updated
Acceptance Criteria
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct
Description
Add E2E tests to verify the Required Actions page (
/required_actions) displays correctly and approve/reject functionality works.What to Test
Required Actions Display
/required_actions)Approve Action
Reject Action
Acceptance Criteria
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct