summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-11-11 10:57:03 -0500
committerCole Robinson <crobinso@redhat.com>2020-11-11 18:07:50 -0500
commit9f930bd329b1ff48b55e5551675319e4e21d093c (patch)
tree2968eea5f45c56aab9edcd3d53624f3a5477b624
parent98ca65f183401a11bf45d973e0280d45edef22e5 (diff)
downloadvirt-manager-9f930bd329b1ff48b55e5551675319e4e21d093c.tar.gz
tests: uitests: fix clone case after recent changes
Signed-off-by: Cole Robinson <crobinso@redhat.com>
-rw-r--r--tests/uitests/test_clonevm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/uitests/test_clonevm.py b/tests/uitests/test_clonevm.py
index b6d402e0..21cd94d0 100644
--- a/tests/uitests/test_clonevm.py
+++ b/tests/uitests/test_clonevm.py
@@ -115,7 +115,7 @@ def testCloneMulti(app):
# it errors gracefully
win = app.manager_open_clone("test-many-devices")
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
manager.grab_focus()