chen0427ok commented on PR #59374: URL: https://github.com/apache/airflow/pull/59374#issuecomment-3674248805
> @chen0427ok Looks like e2e UI test breaking after last change https://github.com/apache/airflow/actions/runs/20329152656/job/58403639820?pr=59374 Hi @vatsrahul1001 I've updated the test approach to avoid depending on `data-testid="dag-id"`, which doesn't exist in the current frontend codebase. Instead, I'm now using **href-based selectors** (`a[href^="/dags/"]` + regex filtering) to locate DAG elements. This approach: - Works with the existing frontend code (no modifications needed) - Runs successfully against pre-built Docker images in CI - Is more semantic and stable The test now passes locally and should work in CI as well. Let me know if you have any questions! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
