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 3f3d0f5c1eb KubernetesPodOperator: Fix hanging API calls (#60254)
add 27d53c2fc4b Add E2E tests for DAG Runs page (#59919)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/ui/tests/e2e/pages/DagRunsPage.ts | 188 +++++++++++++++++++++
.../airflow/ui/tests/e2e/specs/dag-runs.spec.ts | 146 ++++++++++++++++
2 files changed, 334 insertions(+)
create mode 100644 airflow-core/src/airflow/ui/tests/e2e/pages/DagRunsPage.ts
create mode 100644 airflow-core/src/airflow/ui/tests/e2e/specs/dag-runs.spec.ts