Merge pull request #583 from mickaelandrieu/master
Correct a bad comment on thenBypassUnless (yet not documented) function
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment