mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui-ci: decorate all webui tests with screenshot decorator
Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user