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 eb49aea2591 Add UI E2E test for DAGs list display (#59374)
     add 7decec2b579 feat : E2E test to verify required action page (#60449)

No new revisions were added by this update.

Summary of changes:
 airflow-core/src/airflow/ui/playwright.config.ts   |   1 +
 .../components/FilterBar/filters/SelectFilter.tsx  |   2 +-
 .../src/components/MarkAs/Run/MarkRunAsButton.tsx  |   1 +
 .../src/components/MarkAs/Run/MarkRunAsDialog.tsx  |   1 +
 .../ui/src/components/ui/Select/Trigger.tsx        |   5 +-
 .../pages/HITLTaskInstances/HITLResponseForm.tsx   |   1 +
 .../ui/tests/e2e/pages/RequiredActionsPage.ts      | 341 +++++++++++++++++++++
 .../ui/tests/e2e/specs/requiredAction.spec.ts      |  77 +++++
 .../standard/example_dags/example_hitl_operator.py |   4 +-
 9 files changed, 428 insertions(+), 5 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/tests/e2e/pages/RequiredActionsPage.ts
 create mode 100644 
airflow-core/src/airflow/ui/tests/e2e/specs/requiredAction.spec.ts

Reply via email to