e2e: CI -> TF_BUILD

This commit is contained in:
Jens Langhammer 2020-07-23 20:03:35 +02:00
parent ed1ee1fa55
commit 738ced3327
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class SeleniumTestCase(StaticLiveServerTestCase):
) )
def tearDown(self): def tearDown(self):
if "CI" in environ: if "TF_BUILD" in environ:
screenshot_file = ( screenshot_file = (
f"selenium_screenshots/{self.__class__.__name__}_{time()}.png" f"selenium_screenshots/{self.__class__.__name__}_{time()}.png"
) )