diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2014-04-29 09:16:24 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2014-05-12 18:52:58 +0200 |
commit | 6d618853a4d519c8671e2e38f1aaa290a6d62b83 (patch) | |
tree | c895eda8f8087f957e89215479c54fa31c4645a1 /ipatests/test_webui/test_navigation.py | |
parent | 6a61378586eb51eaa271ce492566309b0f68de59 (diff) | |
download | freeipa-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_navigation.py')
-rw-r--r-- | ipatests/test_webui/test_navigation.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipatests/test_webui/test_navigation.py b/ipatests/test_webui/test_navigation.py index e656b0f45..bf2461a53 100644 --- a/ipatests/test_webui/test_navigation.py +++ b/ipatests/test_webui/test_navigation.py @@ -22,6 +22,7 @@ Basic ui tests """ from ipatests.test_webui.ui_driver import UI_driver +from ipatests.test_webui.ui_driver import screenshot ENTITIES = [ @@ -63,6 +64,7 @@ ENTITIES = [ class test_navigation(UI_driver): + @screenshot def test_url_navigation(self): """ Navigation test: direct url change @@ -88,6 +90,7 @@ class test_navigation(UI_driver): url = self.get_url(e) self.assert_e_url(url, e) + @screenshot def test_menu_navigation(self): """ Navigation test: menu items |