chore: fix test case

This commit is contained in:
salman2013
2023-10-06 15:21:27 +05:00
parent cda018e67b
commit 7049cb2d2c

View File

@@ -89,7 +89,7 @@ class Env:
if USING_DOCKER:
KARMA_BROWSER = 'ChromeDocker' if SELENIUM_BROWSER == 'chrome' else 'FirefoxDocker'
else:
KARMA_BROWSER = 'FirefoxNoUpdates'
KARMA_BROWSER = 'FirefoxNoUpdates'
# Files used to run each of the js test suites
# TODO: Store this as a dict. Order seems to matter for some