We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3659875 commit 5395c19Copy full SHA for 5395c19
test/verify/check-ssh-api
@@ -73,7 +73,7 @@ class TestSshDialog(testlib.MachineCase):
73
# try again
74
b.click("button")
75
b.wait_in_text("#ssh-unknown-host-dialog", "You are connecting to 127.0.0.1 for the first time.")
76
- b.click("#ssh-unknown-host-dialog .pf-v6-c-expandable-section__toggle-text")
+ b.click("#ssh-unknown-host-dialog .pf-v6-c-expandable-section__toggle button")
77
b.wait_visible("#ssh-unknown-host-dialog .hostkey-verify-help-cmds input")
78
b.assert_pixels("#ssh-unknown-host-dialog", "unknown-host", ignore=[".hostkey-fingerprint"])
79
command = b.val("#ssh-unknown-host-dialog .hostkey-verify-help-cmds input")
0 commit comments