Commit f41d92ba f41d92ba0b04d77634166494f1c75b5f354a7d15 by Mickaël Andrieu

Correct a bad comment on thenBypassUnless (yet not documented) function

1 parent 1360ad6e
......@@ -1795,7 +1795,7 @@ Casper.prototype.thenBypassIf = function thenBypassIf(condition, nb) {
};
/**
* Bypass `nb` steps if condition is true.
* Bypass `nb` steps if condition is false.
*
* @param Mixed condition Test condition
* @param Integer nb Number of tests to bypass
......