javascript - Protractor and promises -
a lot of functions exposed protractor return promises.
do need structure jasmine tests using protractor using things async tests (with done
parameter), , .then
, or protractor provide magic me?
webdriverjs takes care of control-flow. protractor adds modification of jasmine's expect
keep then
s @ bay. it's best explained here.
Comments
Post a Comment