theJohnnyBrown opened a new pull request, #72724: URL: https://github.com/apache/airflow/pull/72724
The Configuration page e2e test asserted that the first row of the Config table has a non-empty value. Which option comes first depends on the provider fallback defaults, and since #72549 regenerated them from `provider.yaml` the first row is now `hive` / `default_hive_mapred_queue`, whose value is legitimately empty. As a result the Chromium, Firefox and WebKit e2e jobs fail on every main-based PR (for example [this run](https://github.com/apache/airflow/actions/runs/34225965718/job/102075131560)). This checks the value on `core` / `dags_folder` instead, which always has one, and locates cells by their test ids rather than column position so the assertions no longer depend on which section happens to sort first. related: #72549 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Fable 5.1) Generated-by: Claude Code (Fable 5.1) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01LPR1qQYC6BGWc4JoHRgWV3 -- 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]
