summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_webui/test_user.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipatests/test_webui/test_user.py b/ipatests/test_webui/test_user.py
index 4c189db89..d7087b906 100644
--- a/ipatests/test_webui/test_user.py
+++ b/ipatests/test_webui/test_user.py
@@ -156,6 +156,8 @@ class test_user(UI_driver):
self.reset_password_action(pwd)
self.assert_text_field('has_password', '******')
+ self.action_list_action('unlock')
+
# delete
self.delete_action(user.ENTITY, user.PKEY)