tests: settings helpers for admin UI tests

This commit is contained in:
John McLear 2021-02-06 20:14:28 +00:00
parent b79c347196
commit d8c6472583
2 changed files with 10 additions and 1 deletions

View file

@ -600,5 +600,8 @@
}, // logconfig }, // logconfig
/* Override any strings found in locale directories */ /* Override any strings found in locale directories */
"customLocaleStrings": {} "customLocaleStrings": {},
/* Disable Admin UI tests */
"enableAdminUITests": false
} }

View file

@ -380,6 +380,12 @@ exports.commitRateLimiting = {
*/ */
exports.importMaxFileSize = 50 * 1024 * 1024; exports.importMaxFileSize = 50 * 1024 * 1024;
/*
* Disable Admin UI tests
*/
exports.enableAdminUITests = false;
// checks if abiword is avaiable // checks if abiword is avaiable
exports.abiwordAvailable = () => { exports.abiwordAvailable = () => {
if (exports.abiword != null) { if (exports.abiword != null) {