v1.0.1
- Fixed the first tests in the test suite fail randomly by adding missed
await
inutils/Page
. - Fixed the util method
waitTransitionEnd
inutils/Page
to correctly callbrowser.waitUntil()
and to wait for the promise ofbrowser.execute()
to be resolved.