diff --git a/src/test/main.test.js b/src/test/main.test.js index 849b221b5..d23add9cd 100644 --- a/src/test/main.test.js +++ b/src/test/main.test.js @@ -339,7 +339,7 @@ describe('angular-fullstack:app', function() { if(!process.env.SKIP_E2E) { it('should run e2e tests successfully', function() { this.retries(2); - return runCmd('grunt test').should.be.fulfilled(); + return runCmd('grunt test:e2e').should.be.fulfilled(); }); it('should run e2e tests successfully for production app', function() {