Files
DefinitelyTyped/angular-protractor
Pavel Martynov f9c4465170 angular-protractor.d.ts - fix for waitForAngular (#9088)
Even citing to heredoc:
* @return {!webdriver.promise.Promise} A promise that will resolve to the
*    scripts return value.
*/

and this is not Promise<void>. This is Promise<any>.
2016-04-25 23:34:59 +09:00
..