From 2f3dc7908d1c62b729ab38b6d684dc0e942c4528 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 14 Apr 2014 17:01:46 +0200 Subject: webui: move user reset password action to action dropdown Reviewed-By: Endi Sukma Dewata --- ipatests/test_webui/test_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests/test_webui') 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): -- cgit