You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(index): Replace executeAyncScript with executeScript (#4)
Fixes the issue described in: aurelia/skeleton-navigation#714 (comment)
Previously when the app was larger it would wait to emit the events before
protractor was loaded, however due to the speed increase introduced by
the experimental webpack configuration, aurelia was initialising and emitting
the event before protractor had a chance to listen to it, hence it would hang
indefinitely. Telling the browser to execute the script synchronously will
delay aurelia long enough for protractor to register its listeners before
aurelia emits the event itself.
0 commit comments