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) { ...@@ -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
......