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
d1b1b187
...
d1b1b187014c80cea688c229e5109374eefe65fc
authored
2011-10-15 16:46:27 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed typo
1 parent
0b5aa6b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
casper.js
casper.js
View file @
d1b1b18
...
...
@@ -991,8 +991,6 @@
* @param String message Test description
*/
this
.
assertExists
=
function
(
selector
,
message
)
{
var
f
=
casper
.
exists
(
selector
)
console
.
log
(
'plop'
)
return
this
.
assert
(
casper
.
exists
(
selector
),
message
);
};
...
...
Please
register
or
sign in
to post a comment