### Description Implement an E2E test to verify the DAG audit log functionality displays correctly and shows relevant events for the DAG. ### Test Scope This test should verify: - [ ] Navigate to a specific DAG's detail page - [ ] Click on the "Audit Log" tab - [ ] Verify the audit log table/list is visible - [ ] Verify audit log entries contain expected columns (timestamp, event type, user, etc.) - [ ] Verify pagination works if there are many audit entries - [ ] Verify filtering/sorting of audit entries (if available) ### Related issues https://github.com/apache/airflow/issues/59028 ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
Description
Implement an E2E test to verify the DAG audit log functionality displays correctly and shows relevant events for the DAG.
Test Scope
This test should verify:
Related issues
#59028
Are you willing to submit a PR?
Code of Conduct