Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

angular-mocks: $timeout.flushNext() does not work #4885

Closed
wajda opened this issue Nov 11, 2013 · 3 comments
Closed

angular-mocks: $timeout.flushNext() does not work #4885

wajda opened this issue Nov 11, 2013 · 3 comments
Assignees
Milestone

Comments

@wajda
Copy link

wajda commented Nov 11, 2013

$timeout.flushNext(123) stops working since 1.2.0-rc.3. (In 1.2.0.-rc2 it works fine).
It fails with different exceptions in 1.2.0-rc.3 and 1.2.0 (release) versions:

In "1.2.0-rc.3":

'undefined' is not a function (evaluating '$browser.defer.flushNext(expectedDelay)')
    at angular-mocks-1.2.0-rc.3.js:1646

In "1.2.0":

TypeError: Attempted to assign to readonly property.
    at workFn (angular-mocks-1.2.0.js:2122)
@jeffbcross
Copy link
Contributor

@wajda thanks for opening the issue. Could you possibly provide a unit test for this failure?

@ghost ghost assigned jbdeboer Nov 12, 2013
@jbdeboer
Copy link
Contributor

flushNext was removed by @vojtajina in fc8034b We missed a reference to it and should clean up the code.

The alternative to flushNext is to call flush with a maximum timeout and verify that the application state is correct at that point.

jbdeboer added a commit to jbdeboer/angular.js that referenced this issue Nov 12, 2013
@wajda
Copy link
Author

wajda commented Nov 12, 2013

Thank you, that works. Please also remove the reference from the doc.

@wajda wajda closed this as completed Nov 12, 2013
jbdeboer added a commit that referenced this issue Nov 14, 2013
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this issue Jan 27, 2014
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this issue Jan 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants