Skip to content

Conversation

@abuecker
Copy link
Contributor

@abuecker abuecker commented Nov 3, 2014

Submitting this one more time. I was a bad citizen and made my changes to the "dist/oauth-ng" file. Changes are now made to the correct source files.

Protractor E2E tests timeout and fail while waiting on all $timeouts()
to complete. Basically, protractor is waiting for the token to expire.
Thankfully, protractor does not wait until $interval() functions are
complete, since they are typically used for polling events. Using an
$interval with a count of 1 is essentially the same thing as calling
$timeout and the protractor tests pass.

andreareginato added a commit that referenced this pull request Nov 3, 2014
fix(protractor): Replace $timeout with $interval
@andreareginato andreareginato merged commit 2685a1a into angularjs-oauth:master Nov 3, 2014
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.

2 participants