Skip to content

Commit 5395c19

Browse files
committed
test: Fix check-ssh-api
1 parent 3659875 commit 5395c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/verify/check-ssh-api

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class TestSshDialog(testlib.MachineCase):
7373
# try again
7474
b.click("button")
7575
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")
76+
b.click("#ssh-unknown-host-dialog .pf-v6-c-expandable-section__toggle button")
7777
b.wait_visible("#ssh-unknown-host-dialog .hostkey-verify-help-cmds input")
7878
b.assert_pixels("#ssh-unknown-host-dialog", "unknown-host", ignore=[".hostkey-fingerprint"])
7979
command = b.val("#ssh-unknown-host-dialog .hostkey-verify-help-cmds input")

0 commit comments

Comments
 (0)