May 2019
Intermediate to advanced
496 pages
10h 38m
English
We're ready to use this new behavior in our step definitions:
waitForAnimationToBegin(page) { return this.getPage(page).waitForSelector('.isAnimating');}waitForAnimationToEnd(page) { return this.getPage(page).waitForSelector('.isAnimating', { hidden: true });}
When( 'the user enters the following instructions ...
Read now
Unlock full access