UPD: moved test-screenshots into tmp.

This commit is contained in:
2019-04-01 11:20:02 +02:00
parent 4c1c6b48df
commit 1dda56a9cd
2 changed files with 1 additions and 3 deletions

View File

@@ -256,8 +256,7 @@ class ScreenshotTestCase(SeleniumTestCase):
def __init__(self, *args, **kwargs):
super(ScreenshotTestCase, self).__init__(*args, **kwargs)
# screenshot_base_dir = os.path.join('/', 'tmp', 'test-screenshots')
screenshot_base_dir = 'test-screenshots'
screenshot_base_dir = os.path.join('tmp', 'test-screenshots')
self.screenshot_path = screenshot_base_dir
self.screenshot_sequences = {}