vighneshtule opened a new pull request, #60529:
URL: https://github.com/apache/airflow/pull/60529

   This PR adds an E2E test to verify that the Task Logs view is functioning 
correctly.
   
   **Changes:**
   - 
**[TaskInstancePage.ts](cci:7://file:///e:/Vighnesh/git/airflow/airflow-core/src/airflow/ui/tests/e2e/pages/TaskInstancePage.ts:0:0-0:0)**:
 Created a new Page Object to handle interactions with the Task Instance view, 
specifically the logs tab. Added locators for the log container, log entries, 
and the download button.
   - 
**[task-logs.spec.ts](cci:7://file:///e:/Vighnesh/git/airflow/airflow-core/src/airflow/ui/tests/e2e/specs/task-logs.spec.ts:0:0-0:0)**:
 Added a new test specification that:
       - Triggers a DAG run (`example_bash_operator`).
       - Navigates to the logs view of a task instance.
       - Verifies the log container is visible and populated.
       - Verifies the "Download" button is present and enabled.
   
   **related:** #59528
   
   ## Was generative AI tooling used to co-author this PR?
   - [ ] Yes


-- 
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]

Reply via email to