summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_dns.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-04-29 09:16:24 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-05-12 18:52:58 +0200
commit6d618853a4d519c8671e2e38f1aaa290a6d62b83 (patch)
treec895eda8f8087f957e89215479c54fa31c4645a1 /ipatests/test_webui/test_dns.py
parent6a61378586eb51eaa271ce492566309b0f68de59 (diff)
downloadfreeipa-6d618853a4d519c8671e2e38f1aaa290a6d62b83.tar.gz
freeipa-6d618853a4d519c8671e2e38f1aaa290a6d62b83.tar.xz
freeipa-6d618853a4d519c8671e2e38f1aaa290a6d62b83.zip
webui-ci: decorate all webui tests with screenshot decorator
Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
Diffstat (limited to 'ipatests/test_webui/test_dns.py')
-rw-r--r--ipatests/test_webui/test_dns.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipatests/test_webui/test_dns.py b/ipatests/test_webui/test_dns.py
index dbcb2622e..c136460ce 100644
--- a/ipatests/test_webui/test_dns.py
+++ b/ipatests/test_webui/test_dns.py
@@ -22,6 +22,7 @@ DNS tests
"""
from ipatests.test_webui.ui_driver import UI_driver
+from ipatests.test_webui.ui_driver import screenshot
ZONE_ENTITY = 'dnszone'
RECORD_ENTITY = 'dnsrecord'
@@ -76,6 +77,7 @@ class test_dns(UI_driver):
if not self.has_dns():
self.skip('DNS not configured')
+ @screenshot
def test_zone_record_crud(self):
"""
Basic CRUD: dns
@@ -99,6 +101,7 @@ class test_dns(UI_driver):
self.navigate_by_breadcrumb("DNS Zones")
self.delete_record(ZONE_PKEY)
+ @screenshot
def test_last_entry_deletion(self):
"""
Test last entry deletion
@@ -117,6 +120,7 @@ class test_dns(UI_driver):
self.navigate_by_breadcrumb("DNS Zones")
self.delete_record(ZONE_PKEY)
+ @screenshot
def test_config_crud(self):
"""
Basic CRUD: dnsconfig