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 0d3a0349023 feat: Add Dag Edge Labels to OpenLineage event (#62018)
add f1f778b7616 E2E tests for Dag Calendar Tab (#61977)
No new revisions were added by this update.
Summary of changes:
.../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx | 8 +-
.../ui/src/pages/Dag/Calendar/CalendarCell.tsx | 6 +
.../ui/src/pages/Dag/Calendar/CalendarTooltip.tsx | 4 +-
.../src/pages/Dag/Calendar/HourlyCalendarView.tsx | 4 +-
.../airflow/ui/tests/e2e/pages/DagCalendarTab.ts | 127 +++++++++++++++++
.../ui/tests/e2e/specs/dag-calendar-tab.spec.ts | 158 +++++++++++++++++++++
6 files changed, 301 insertions(+), 6 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts
create mode 100644
airflow-core/src/airflow/ui/tests/e2e/specs/dag-calendar-tab.spec.ts