webui-ci: decorate all webui tests with screenshot decorator

Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
This commit is contained in:
Petr Vobornik
2014-04-29 09:16:24 +02:00
parent 6a61378586
commit 6d618853a4
23 changed files with 79 additions and 0 deletions

View File

@@ -22,12 +22,14 @@ Realm domains tests
"""
from ipatests.test_webui.ui_driver import UI_driver
from ipatests.test_webui.ui_driver import screenshot
ENTITY = 'realmdomains'
class test_realmdomains(UI_driver):
@screenshot
def test_read(self):
"""
Realm domains mod tests