Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f41d92ba
...
f41d92ba0b04d77634166494f1c75b5f354a7d15
authored
2013-08-17 01:51:39 +0200
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Correct a bad comment on thenBypassUnless (yet not documented) function
1 parent
1360ad6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/casper.js
modules/casper.js
View file @
f41d92b
...
...
@@ -1795,7 +1795,7 @@ Casper.prototype.thenBypassIf = function thenBypassIf(condition, nb) {
};
/**
* Bypass `nb` steps if condition is
tru
e.
* Bypass `nb` steps if condition is
fals
e.
*
* @param Mixed condition Test condition
* @param Integer nb Number of tests to bypass
...
...
Please
register
or
sign in
to post a comment