Commit 21ef0aff 21ef0affc43f7a7c7dee42610cb14d5a797f6780 by Nicolas Perriault

Merge pull request #583 from mickaelandrieu/master

Correct a bad comment on thenBypassUnless (yet not documented) function
2 parents dde01833 f41d92ba
......@@ -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
......