File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ describe('angular-fullstack:app', function() {
284
284
285
285
if ( ! process . env . SKIP_E2E ) {
286
286
it ( 'should run e2e tests successfully' , function ( ) {
287
- return runCmd ( 'grunt test:e2e:prod ' ) . should . be . fulfilled ( ) ;
287
+ return runCmd ( 'grunt test:e2e' ) . should . be . fulfilled ( ) ;
288
288
} ) ;
289
289
290
290
it ( 'should run e2e tests successfully for production app' , function ( ) {
@@ -352,7 +352,7 @@ describe('angular-fullstack:app', function() {
352
352
353
353
if ( ! process . env . SKIP_E2E ) {
354
354
it ( 'should run e2e tests successfully' , function ( ) {
355
- return runCmd ( 'grunt test:e2e:prod ' ) . should . be . fulfilled ( ) ;
355
+ return runCmd ( 'grunt test' ) . should . be . fulfilled ( ) ;
356
356
} ) ;
357
357
358
358
it ( 'should run e2e tests successfully for production app' , function ( ) {
@@ -421,7 +421,7 @@ describe('angular-fullstack:app', function() {
421
421
422
422
if ( ! process . env . SKIP_E2E ) {
423
423
it ( 'should run e2e tests successfully' , function ( ) {
424
- return runCmd ( 'grunt test:e2e:prod ' ) . should . be . fulfilled ( ) ;
424
+ return runCmd ( 'grunt test:e2e' ) . should . be . fulfilled ( ) ;
425
425
} ) ;
426
426
427
427
it ( 'should run e2e tests successfully for production app' , function ( ) {
You can’t perform that action at this time.
0 commit comments