Skip to content

Commit

Permalink
Merge branch 'rukeba-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgalbu committed Apr 20, 2016
2 parents 2f2797b + a9d6f47 commit aa26382
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coffee/commands/waitForJqueryAjaxRequest.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ events = require('events');
*
* h3 Examples:
*
* browser.WaitForJqueryAjaxRequest();
* browser.waitForJqueryAjaxRequest();
*
* @author maxgalbu
* @param {Integer} [timeoutInMilliseconds] - timeout of this wait commands in milliseconds
Expand Down
2 changes: 1 addition & 1 deletion docs/waitForJqueryAjaxRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maxTimeInMilliseconds (which fails the test).
Nightwatch uses the Node.js EventEmitter pattern to handle asynchronous code so this command is also an EventEmitter.
### Examples:

browser.WaitForJqueryAjaxRequest();
browser.waitForJqueryAjaxRequest();

Author: maxgalbu

Expand Down
2 changes: 1 addition & 1 deletion js/commands/waitForJqueryAjaxRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ events = require('events');
*
* h3 Examples:
*
* browser.WaitForJqueryAjaxRequest();
* browser.waitForJqueryAjaxRequest();
*
* @author maxgalbu
* @param {Integer} [timeoutInMilliseconds] - timeout of this wait commands in milliseconds
Expand Down

0 comments on commit aa26382

Please sign in to comment.