angular/jasminewd

async/await synchronization

sjelin opened this issue · 1 comments

We got this PR in protractor a few weeks ago: angular/protractor#3632

I don't think users would be expecting this kind of complexity, and I think we should synchronize these commands (i.e. no matter what combination of promises / asynchronous activity you use, everything in one it should finish before the next starts).

Root cause found:
#59