Commit 60d3246a 60d3246ab7cdfa3f925f55a9a0d413d0f0a5ebb3 by Donovan Hutchinson

Typo in the returned assertVisible function title

1 parent 3afc9a75
......@@ -541,7 +541,7 @@ var Tester = function Tester(casper, options) {
* @param String message Test description
* @return Object An assertion result object
*/
this.assertVisible = function assertType(selector, message) {
this.assertVisible = function assertVisible(selector, message) {
return this.assert(casper.visible(selector), message, {
type: "assertVisible",
standard: "Selector is visible",
......