Commit a5afca1a0352ccd1023a8a23f688fbf60d50337f

Authored by Leonardo Merlin
1 parent 66bfb0f1

Build: update browserSync config for non-breaking tests on protractor

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
gulp/server.js
... ... @@ -84,7 +84,8 @@ function browserSyncInit(baseDir, browser) {
84 84 startPath: '/',
85 85 server: server,
86 86 browser: browser,
87   - ghostMode: false
  87 + ghostMode: false,
  88 + scrollRestoreTechnique: 'cookie'
88 89 });
89 90 }
90 91  
... ...