angular/jasminewd

Run async function between tests

sjelin opened this issue · 1 comments

Protractor likes to restart browsers between tests, but this won't work when the control flow is disabled. We need to be able to run an asynchronous function between tests. This is something that we could implement here in jasminewd, but would be a lot of work and probably not worth it.

No we couldn't @sjelin what are you talking about. How would we handle afterEach blocks, for instance? Don't be silly. This is better done Protractor side, as was done in: angular/protractor#3988