summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_user.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_user.py')
-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 8de0e82c8..766fdafb4 100644
--- a/ipatests/test_webui/test_user.py
+++ b/ipatests/test_webui/test_user.py
@@ -235,7 +235,7 @@ class test_user(UI_driver):
Execute reset password action
"""
- self.action_panel_action('account_actions', 'reset_password')
+ self.action_list_action('reset_password', False)
self.fill_password_dialog(password)
def fill_password_dialog(self, password, current=None):