Skip to content

Commit

Permalink
fixing the remote call out for waits
Browse files Browse the repository at this point in the history
  • Loading branch information
admc committed May 21, 2010
1 parent 0449d05 commit 109b070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/chrome/content/extensions/extension-flexpilot.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ try {
};

RemoteSelenium.prototype.isFlexReady = function(locator) {
return this.doCommand("flexReady", [locator], this.handleResults);
return this.doCommand("isFlexReady", [locator], this.handleResults);
};

} catch (e) { /*must be in selenium RC */ }

0 comments on commit 109b070

Please sign in to comment.