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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
// in e2e testbeforeEach(function(){browser().navigateTo('index.html#any-has');waitFor('event-name');});// in app under testif(angular.isDefined(fireEvent))fireEvent('event-name');
That would be helpful if user wants to use for example async script loading, since window load is fired before async scripts are loaded, so it could happen, that test is started before all scripts are loaded.