tests: uitests: fix clone case after recent changes
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
98ca65f183
commit
9f930bd329
|
@ -115,7 +115,7 @@ def testCloneMulti(app):
|
||||||
# it errors gracefully
|
# it errors gracefully
|
||||||
win = app.manager_open_clone("test-many-devices")
|
win = app.manager_open_clone("test-many-devices")
|
||||||
win.find("Clone", "push button").click()
|
win.find("Clone", "push button").click()
|
||||||
app.click_alert_button("No such file or", "Close")
|
app.click_alert_button("relative.sock", "Cancel")
|
||||||
|
|
||||||
# Ensure disconnecting will close the dialog
|
# Ensure disconnecting will close the dialog
|
||||||
manager.grab_focus()
|
manager.grab_focus()
|
||||||
|
|
Loading…
Reference in New Issue