summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_realmdomains.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-06-26 15:18:05 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-07-26 13:35:12 +0200
commitae311300981f127dc978526f68aaae3f64e3b519 (patch)
treea76bb524ebfb0f9225eca77c7ef3671cf8694898 /ipatests/test_webui/test_realmdomains.py
parent6a0aabede5875ad23dab777d0c2f6bac05fa2599 (diff)
downloadfreeipa-ae311300981f127dc978526f68aaae3f64e3b519.tar.gz
freeipa-ae311300981f127dc978526f68aaae3f64e3b519.tar.xz
freeipa-ae311300981f127dc978526f68aaae3f64e3b519.zip
Web UI integration tests: Add trust tests
https://fedorahosted.org/freeipa/ticket/3744
Diffstat (limited to 'ipatests/test_webui/test_realmdomains.py')
-rw-r--r--ipatests/test_webui/test_realmdomains.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_webui/test_realmdomains.py b/ipatests/test_webui/test_realmdomains.py
index ea8984118..7173e13b7 100644
--- a/ipatests/test_webui/test_realmdomains.py
+++ b/ipatests/test_webui/test_realmdomains.py
@@ -41,7 +41,7 @@ class test_realmdomains(UI_driver):
self.wait_for_request()
# delete
- self.delete_multivalued('associateddomain', 'itest.bar')
+ self.del_multivalued('associateddomain', 'itest.bar')
self.facet_button_click('update')
self.dialog_button_click('force')
self.wait_for_request()