keycloak / keycloak-quickstarts

Apache License 2.0
1.99k stars 986 forks source link

When loading the HTML5 application, ensure that it has initialized #336

Closed ahus1 closed 2 years ago

ahus1 commented 2 years ago

Both before login and also after the login.

The jumping buttons caused Selenium to sometimes miss the button. In one test run it clicked on the "Account" button that was never triggered in the test.

Closes #335