Manually revert the test task change.

Fixes #5750
This commit is contained in:
LeeDr 2015-12-22 08:24:23 -06:00 committed by Lee Drengenberg
parent b5897c2c3a
commit ab7fc81f90

View file

@ -15,8 +15,7 @@ module.exports = function (grunt) {
'karma:dev'
]);
// test:ui temporarily renamed
grunt.registerTask('test:browser', [
grunt.registerTask('test:ui', [
'esvm:ui',
'run:testUIServer',
'downloadSelenium',