UPD: more and better tests.

This commit is contained in:
2019-03-22 17:32:08 +01:00
parent dc37c110df
commit e20f536b1b
6 changed files with 187 additions and 55 deletions

View File

@@ -258,8 +258,7 @@ class ScreenshotTestCase(SeleniumTestCase):
if restore_size:
self.selenium.set_window_size(window_size['width'], window_size['height'])
@skip_unless_tag_option()
@tag('screenshots')
@tag('screenshots', 'browser')
def test_screenshots(self):
for location in self.locations:
self.get(location)