summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-07-20 16:15:07 +0200
committerMartin Basti <mbasti@redhat.com>2016-07-27 19:22:30 +0200
commit73ef15ccb49671f0fd401018e68675e16f674bd3 (patch)
tree6f700ddf872628d58fb4fe6a4dd19c6a719b6cad /ipatests/test_webui
parent9f94a5f7badcec412d695914f6405f74e5b353d7 (diff)
downloadfreeipa-73ef15ccb49671f0fd401018e68675e16f674bd3.tar.gz
freeipa-73ef15ccb49671f0fd401018e68675e16f674bd3.tar.xz
freeipa-73ef15ccb49671f0fd401018e68675e16f674bd3.zip
Fix test which checks removing of user
The name of delete action is now 'delete_active_user' not just 'delete' therefore tests needs to be fixed. https://fedorahosted.org/freeipa/ticket/6052 Reviewed-By: Lenka Doudova <ldoudova@redhat.com>
Diffstat (limited to 'ipatests/test_webui')
-rw-r--r--ipatests/test_webui/test_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_webui/test_user.py b/ipatests/test_webui/test_user.py
index 5b509d18c..e926c2212 100644
--- a/ipatests/test_webui/test_user.py
+++ b/ipatests/test_webui/test_user.py
@@ -161,7 +161,7 @@ class test_user(UI_driver):
self.action_list_action('unlock')
# delete
- self.delete_action(user.ENTITY, user.PKEY)
+ self.delete_action(user.ENTITY, user.PKEY, action='delete_active_user')
@screenshot
def test_password_expiration_notification(self):