puppeteer/test
Andrey Lushnikov e5c17eecb9 Carefully manage unhandled rejections for navigation (#741)
Currently, navigation watcher throws exception if timeout
is exceeded.

Due to the way it is used in `page.navigate`, the promise
get's rejected before it is awaited, which is considered to
be "unhandled promise rejection".

Fixes #738
2017-09-11 16:43:37 -07:00
..
assets [api] add touchScreen.tap (#639) 2017-09-01 19:03:51 -07:00
golden Allow capturing transparent screenshots (#354) 2017-08-17 21:11:39 -07:00
server [api] Implement page.authenticate method (#729) 2017-09-11 16:32:13 -07:00
diffstyle.css Implement FrameManager 2017-06-21 14:11:52 -07:00
frame-utils.js Remove promise jsdoc (#641) 2017-08-31 17:58:07 -07:00
golden-utils.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
test.js Carefully manage unhandled rejections for navigation (#741) 2017-09-11 16:43:37 -07:00