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) { ...@@ -1795,7 +1795,7 @@ Casper.prototype.thenBypassIf = function thenBypassIf(condition, nb) {
1795 }; 1795 };
1796 1796
1797 /** 1797 /**
1798 * Bypass `nb` steps if condition is true. 1798 * Bypass `nb` steps if condition is false.
1799 * 1799 *
1800 * @param Mixed condition Test condition 1800 * @param Mixed condition Test condition
1801 * @param Integer nb Number of tests to bypass 1801 * @param Integer nb Number of tests to bypass
......