Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protractor $timeout workaround #47

Merged
merged 1 commit into from
Jul 23, 2017
Merged

Protractor $timeout workaround #47

merged 1 commit into from
Jul 23, 2017

Conversation

bvangennep
Copy link
Contributor

Protractor waits for $timeouts.
angular/protractor#169
This meant the flash messages couldn't be tested with protractor.

We can use $interval to work around this problem. So I implemented $interval with a count of 1 at the cost of aforementioned $timeout

@boboldehampsink
Copy link

Same issue was tackled here: chieffancypants/angular-loading-bar#337

@RoopeHakulinen RoopeHakulinen merged commit 0db7603 into sachinchoolur:master Jul 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants