UPD: more and better tests.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user