Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Don't explicitly go to x0.cockpit.lan in TestIPA
x0.cockpit.lan is the name of the local machine, but specifying it with login_and_go will navigate to it as a remote host, using a URL like https://127.0.0.2:9091/@x0.cockpit.lan This is not needed since the test only wants the session on localhost, and doesn't care what happens inside the session. It would be harmless except that Cockpit might spontaneously open the "Add host" dialog for "x0.cockpit.lan", which will make the session menu inaccessible for the subsequent logout. (Only on Firefox, Chrome manages to open it anyway.)
- Loading branch information