Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix race condition in TestLogin.testBasic
Wait until the /system page has loaded, instead of immediately logging out after logging in. It may otherwise happen that the JavaScript/websocket parts haven't initialized yet, and the `cockpit` object isn't available yet. Closes #14626
- Loading branch information