Jasmine has opted not to support returning promises: https://github.com/jasmine/jasmine/issues/681 One result of this is that users can't take advantage of async functions 😢 We should just support async functions ourselves. Our users want it (https://github.com/angular/protractor/issues/1214) and it seems like the way of the future. Thoughts @juliemr @cnishina @mgiambalvo ?
Jasmine has opted not to support returning promises: jasmine/jasmine#681
One result of this is that users can't take advantage of async functions 😢
We should just support async functions ourselves. Our users want it (angular/protractor#1214) and it seems like the way of the future.
Thoughts @juliemr @cnishina @mgiambalvo ?