summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-10-21 12:37:48 +0200
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:02 +0100
commit2d9bb22772610e1211580b410c7d075996f0f78c (patch)
tree16a8e8932c334c08b6fd592ee3634dad67a987a9 /ipatests
parent7adb034e02c7a2a23f52d96d366273cc76e4717f (diff)
downloadfreeipa-2d9bb22772610e1211580b410c7d075996f0f78c.tar.gz
freeipa-2d9bb22772610e1211580b410c7d075996f0f78c.tar.xz
freeipa-2d9bb22772610e1211580b410c7d075996f0f78c.zip
Change undo to regular button
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_webui/ui_driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_webui/ui_driver.py b/ipatests/test_webui/ui_driver.py
index 65d14f9ae..d9bd54701 100644
--- a/ipatests/test_webui/ui_driver.py
+++ b/ipatests/test_webui/ui_driver.py
@@ -825,7 +825,7 @@ class UI_driver(object):
"""
if not parent:
parent = self.get_form()
- s = "div[name='%s'].field span.undo" % (field)
+ s = ".controls div[name='%s'] .btn.undo" % (field)
undos = self.find(s, By.CSS_SELECTOR, parent, strict=True, many=True)
return undos