potiuk commented on code in PR #58901:
URL: https://github.com/apache/airflow/pull/58901#discussion_r2603013344
##########
.github/workflows/additional-prod-image-tests.yml:
##########
@@ -218,6 +222,17 @@ jobs:
use-uv: ${{ inputs.use-uv }}
e2e_test_mode: "remote_log"
+ test-ui-e2e-tests:
Review Comment:
It's highly unlikely we will have to often (and dynamically) change the
browser set :) .. So hardcoding it here makes perfect sense - we do not have to
pass it from elsewhere like selective checks (though - we could of course, it
would only be useful if we make it into a matrix rather than three hard-coded
jobs.
--
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]