tests: uitests: fix clone case after recent changes

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-11-11 10:57:03 -05:00
parent 98ca65f183
commit 9f930bd329
1 changed files with 1 additions and 1 deletions

View File

@ -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()