Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
docs(waitForAngular): clarify that waitForAngular is inserted before …
Browse files Browse the repository at this point in the history
…actions for you

Closes #1599
  • Loading branch information
juliemr committed Jan 6, 2015
1 parent a8d07a6 commit 7c700d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/protractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@ Protractor.prototype.executeAsyncScript_ =

/**
* Instruct webdriver to wait until Angular has finished rendering and has
* no outstanding $http calls before continuing.
* no outstanding $http or $timeout calls before continuing.
* Note that Protractor automatically applies this command before every
* WebDriver action.
*
* @param {string=} opt_description An optional description to be added
* to webdriver logs.
Expand Down

0 comments on commit 7c700d7

Please sign in to comment.