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
/* Override any strings found in locale directories */
"customLocaleStrings": {}
"customLocaleStrings": {},
/* Disable Admin UI tests */
"enableAdminUITests": false
}