Bitla-venkat opened a new pull request, #59381:
URL: https://github.com/apache/airflow/pull/59381
This PR adds an End-to-End (E2E) test for the Task Instances page
(`/task_instances`) to ensure it renders correctly and functions as expected.
**Changes included:**
- Added `task-instances.spec.ts` to verify:
- Navigation to the Task Instances page.
- Rendering of the task instances table.
- Presence of correct headers: DAG ID, Task ID, Dag Run, State, Start
Date, Duration.
- Visual distinction of task states (e.g., verifying the "Success" badge
color).
- Filtering functionality (handling the "Filter" dropdown menu to reveal
the search input).
closes: #59357
related: #59028
---
**Checklist:**
- [x] Tests included
- [x] Kind: Feature
- [ ] Kind: Bugfix
- [ ] Kind: Documentation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]