Enabled functional tests

An outstanding bug in grunt-connect-proxy v0.1.8 caused an error
in our selenium UI tests. I submitted a patch that was accepted
in v0.1.9, however that version was never properly deployed to
NPM due to the recent CA cert chain changes. The package
maintainer finally released a new version.

This commit upgrades the proxy to v0.1.10 and re-enables our
selenium tests.

Change-Id: Ia944f59e8b6f303a956ca2dbe7b506cf231c79bd
This commit is contained in:
Michael Krotscheck 2014-04-18 09:16:11 -07:00
parent 2b3f2572f7
commit 978d3404e4
2 changed files with 4 additions and 4 deletions

View File

@ -657,8 +657,8 @@ module.exports = function (grunt) {
'concat',
'karma:unit',
'karma:integration',
'package'
// 'connect:test',
// 'protractor'
'package',
'connect:test',
'protractor'
]);
};

View File

@ -53,6 +53,6 @@
"grunt-protractor-runner": "0.2.3",
"selenium-standalone": "2.39.0-2.7.0",
"karma-html-reporter": "0.1.1",
"grunt-connect-proxy": "0.1.8"
"grunt-connect-proxy": "0.1.10"
}
}