Skip to content

Commit

Permalink
Merge pull request #18 from brutella/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
alexvollmer committed Feb 3, 2012
2 parents cd330fa + 23c2f07 commit 7340126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uiautomation-ext.js
Expand Up @@ -28,7 +28,7 @@ extend(UIAElement.prototype, {
var delay = 0.25;
retry(function() {
if(!element.isVisible()) {
throw("Element (" + element + ") didn't become invisible within " + timeoutInSeconds + " seconds.");
throw("Element (" + element + ") didn't become visible within " + timeoutInSeconds + " seconds.");
}
}, timeoutInSeconds/delay, delay);
},
Expand Down

0 comments on commit 7340126

Please sign in to comment.