@@ -434,9 +434,9 @@ describe('angular-fullstack generator', function () {
434
434
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
435
435
} ) ;
436
436
437
- // it('should run e2e tests successfully for production app', function(done) {
438
- // runTest('grunt test:e2e:prod', this, done, 240000);
439
- // });
437
+ it ( 'should run e2e tests successfully for production app' , function ( done ) {
438
+ runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
439
+ } ) ;
440
440
} ) ;
441
441
442
442
describe ( 'with other preprocessors and oauth' , function ( ) {
@@ -503,6 +503,10 @@ describe('angular-fullstack generator', function () {
503
503
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
504
504
} ) ;
505
505
506
+ it ( 'should run e2e tests successfully for production app' , function ( done ) {
507
+ runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
508
+ } ) ;
509
+
506
510
} ) ;
507
511
508
512
describe ( 'with other preprocessors and no server options' , function ( ) {
@@ -571,6 +575,10 @@ describe('angular-fullstack generator', function () {
571
575
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
572
576
} ) ;
573
577
578
+ it ( 'should run e2e tests successfully for production app' , function ( done ) {
579
+ runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
580
+ } ) ;
581
+
574
582
} ) ;
575
583
576
584
describe ( 'with no preprocessors and no server options' , function ( ) {
@@ -626,6 +634,10 @@ describe('angular-fullstack generator', function () {
626
634
runTest ( 'grunt test:e2e' , this , done , 240000 ) ;
627
635
} ) ;
628
636
637
+ it ( 'should run e2e tests successfully for production app' , function ( done ) {
638
+ runTest ( 'grunt test:e2e:prod' , this , done , 240000 ) ;
639
+ } ) ;
640
+
629
641
} ) ;
630
642
} ) ;
631
643
} ) ;
0 commit comments