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
6fab583f
...
6fab583f9fb548164264c064d1e2878efa18fe20
authored
2013-01-06 10:18:25 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
sync with 1.0
2 parents
d028f4f7
d5c018a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/suites/casper/click.js
tests/suites/casper/click.js
View file @
6fab583
/*global casper*/
/*jshint strict:false*/
/*jshint strict:false
maxstatements: 99
*/
var
utils
=
require
(
'utils'
);
casper
.
test
.
begin
(
'click() tests'
,
2
,
function
(
test
)
{
...
...
Please
register
or
sign in
to post a comment