Imported Debian patch 4.0.5-6~numeezy

This commit is contained in:
Alexandre Ellert
2016-02-17 15:07:45 +01:00
committed by Mario Fetka
parent c44de33144
commit 10dfc9587b
1203 changed files with 53869 additions and 241462 deletions

View File

@@ -23,12 +23,10 @@ Realm domains tests
from ipatests.test_webui.ui_driver import UI_driver
from ipatests.test_webui.ui_driver import screenshot
import pytest
ENTITY = 'realmdomains'
@pytest.mark.tier1
class test_realmdomains(UI_driver):
@screenshot
@@ -41,13 +39,13 @@ class test_realmdomains(UI_driver):
# add
self.add_multivalued('associateddomain', 'itest.bar')
self.facet_button_click('save')
self.facet_button_click('update')
self.dialog_button_click('force')
self.wait_for_request()
# delete
self.del_multivalued('associateddomain', 'itest.bar')
self.facet_button_click('save')
self.facet_button_click('update')
self.dialog_button_click('force')
self.wait_for_request()
self.wait_for_request()