diff options
author | Gabe <redhatrises@gmail.com> | 2015-05-05 06:33:27 -0600 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2015-05-07 10:38:26 +0200 |
commit | d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090 (patch) | |
tree | abc87d96218c11c22833f70a62f265374ddd7d36 /ipatests/test_webui/test_realmdomains.py | |
parent | 37784625eba7d9f7f3cbd18483708a45ece3061e (diff) | |
download | freeipa-d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090.tar.gz freeipa-d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090.tar.xz freeipa-d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090.zip |
Unsaved changes dialog internally inconsistent
https://fedorahosted.org/freeipa/ticket/4926
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipatests/test_webui/test_realmdomains.py')
-rw-r--r-- | ipatests/test_webui/test_realmdomains.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipatests/test_webui/test_realmdomains.py b/ipatests/test_webui/test_realmdomains.py index 8e8f13a5c..87af690c7 100644 --- a/ipatests/test_webui/test_realmdomains.py +++ b/ipatests/test_webui/test_realmdomains.py @@ -39,13 +39,13 @@ class test_realmdomains(UI_driver): # add self.add_multivalued('associateddomain', 'itest.bar') - self.facet_button_click('update') + self.facet_button_click('save') self.dialog_button_click('force') self.wait_for_request() # delete self.del_multivalued('associateddomain', 'itest.bar') - self.facet_button_click('update') + self.facet_button_click('save') self.dialog_button_click('force') self.wait_for_request() self.wait_for_request() |