This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 13f3e267fb8 Unique run_id across manually triggered Dags with
schedules (#59477)
add a1872e1866d Add E2E tests for DAG audit log functionality (#59684)
(#59734)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/ui/tests/e2e/pages/EventsPage.ts | 230 +++++++++++++++++++++
.../ui/tests/e2e/specs/dag-audit-log.spec.ts | 161 +++++++++++++++
2 files changed, 391 insertions(+)
create mode 100644 airflow-core/src/airflow/ui/tests/e2e/pages/EventsPage.ts
create mode 100644
airflow-core/src/airflow/ui/tests/e2e/specs/dag-audit-log.spec.ts