mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
puppeteer: Rename CASPER_TESTS env variable to PUPPETEER_TESTS.
Also modified few comments to match with the changes.
This commit is contained in:
@@ -99,7 +99,7 @@ TEST_SUITE = False
|
||||
# The new user tutorial is enabled by default, but disabled for client tests.
|
||||
TUTORIAL_ENABLED = True
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
CASPER_TESTS = False
|
||||
PUPPETEER_TESTS = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
RUNNING_OPENAPI_CURL_TEST = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
|
||||
Reference in New Issue
Block a user