-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Forms IT tests breaks with Chrome 136.0.7103.59 #39540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Workaround for keycloak#39540 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Workaround for #39540 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Workaround for keycloak#39540 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
@mposolda / @rmartinc - when testing this locally it was consistently failing for Chrome 136.0.7103.59 locally, so I downgraded to 135.0.7049.114 and then the test started to work again. The workaround is now part of a097c5a which should now log the version used in the tests which was a bit hard to find out from the previously known good test. I would appreciate if the core-clients team would have a look. With the workaround, the release branches are unblocked (first main, and as soon as we backport #39537 also 26.2 Thanks! |
Workaround for #39540 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
See comment: a403ff0#r156592758 |
@ahus1 @tbroyer The comment is OK. If you use The problem is a real problem. It seems that chrome 136 does not respect the |
Closes keycloak#39540 Signed-off-by: rmartinc <rmartinc@redhat.com>
Closes keycloak#39540 Signed-off-by: rmartinc <rmartinc@redhat.com> (cherry picked from commit 048bc88)
@rmartinc - what are your plans for 26.0? Do you plan to backport it to that release branch as well? If yes, please also cherry-pick my workaround first to avoid conflicts. |
@ahus1 In 26.0 we are using chrome 134 fixed. IIRC there are two issues we should backport to moveto curent chrome in 26.0 (this one and the one about the |
Thank you for pointing me to how it works in 26.0. IMHO staying with a fixed version of Chrome in 26.0 might be sufficient. If anything breaks with a newer browser, we'll see it in 26.2 first and then hopefully consciously decide if we want to backport it to 26.0 or not. |
Closes keycloak#39540 Signed-off-by: rmartinc <rmartinc@redhat.com>
Before reporting an issue
Area
No response
Describe the bug
When running with the latest version of chrome 136.0.7103.59, tests like BrowserButtonsTest.appInitiatedRegistrationWithBackButton fail on chrome
Version
main
Regression
Expected behavior
Tests should pass
Actual behavior
Tests fail, see https://github.com/keycloak/keycloak/actions/runs/14880473986/job/41808705885?pr=39522 and https://github.com/keycloak/keycloak/actions/runs/14885132071/job/41803271126
How to Reproduce?
See CI. Also tested locally.
Anything else?
No response
The text was updated successfully, but these errors were encountered: