chore(snapshot): fix e2e tests for snapshot

This commit is contained in:
Adam Bradley
2016-01-20 21:50:02 -06:00
parent 01d7eea9e0
commit fdaaded1c7
3 changed files with 23 additions and 13 deletions

View File

@ -19,7 +19,7 @@ module.exports = function(gulp, argv, buildConfig) {
console.log('Serving `dist` on http://localhost:' + buildConfig.protractorPort);
});
gulp.task('snapshot', ['clean.build', 'protractor-server'], function(done) {
gulp.task('snapshot', ['protractor-server'], function(done) {
snapshot(done);
});