Tidied up UI tests

This commit is contained in:
n1474335 2018-12-30 00:26:28 +00:00
parent f7707faece
commit 840e44deac
2 changed files with 7 additions and 6 deletions

View file

@ -34,7 +34,7 @@ module.exports = function (grunt) {
["exec:generateConfig", "exec:opTests"]);
grunt.registerTask("testui",
"A task which runs all the UI tests in the tests directory. Requires the dev server to be running.",
"A task which runs all the UI tests in the tests directory. The prod task must already have been run.",
["connect:prod", "exec:browserTests"]);
grunt.registerTask("docs",