Fix account console tests for dev#27600
Conversation
|
@hmlnarik exactly which tests are failing locally without these fixes? The Account Console doesn't support dynamically changing realms, so I would expect any realm change to be a full page load, setting the |
KC server is run on server 8180 but the admin client was targetting only port 8080, assuming that the account UI and REST endpoints are served by the same server. Please see the details in the linked issue The linked account tests which use both "groups" and "master" realms in a single test failed with |
Fixes: keycloak#27604 Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
Fixes: #27604