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
d5877ed5
...
d5877ed5fd521d3a3225f43b38bf0b1b52d05b43
authored
2013-07-09 01:57:23 +0400
by
Shiryaev Andrey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix the number of tests
1 parent
4e00038e
Hide 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 @
d5877ed
...
...
@@ -30,7 +30,7 @@ casper.test.begin('onclick variants tests', 8, function(test) {
});
});
casper
.
test
.
begin
(
'clickLabel tests tests'
,
8
,
function
(
test
)
{
casper
.
test
.
begin
(
'clickLabel tests tests'
,
12
,
function
(
test
)
{
casper
.
start
(
'tests/site/click.html'
,
function
()
{
test
.
assert
(
this
.
clickLabel
(
'test1'
),
'Casper.clickLabel() can click an `href="javascript:` link'
);
...
...
Please
register
or
sign in
to post a comment