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
f50215c5
...
f50215c54bf6796fc5b6a811289efe863ac1f080
authored
2012-07-16 22:55:53 +0000
by
pborreli
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed typo (comma)
1 parent
6f4899a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/suites/casper/formfill.js
tests/suites/casper/formfill.js
View file @
f50215c
...
...
@@ -62,7 +62,7 @@ casper.thenOpen('tests/site/multiple-forms.html', function() {
casper
.
then
(
function
()
{
this
.
test
.
assertUrlMatch
(
/
\?
f=f2&yo=ok$/
,
'Casper.fill() handles multiple forms'
);
})
,
})
;
casper
.
run
(
function
()
{
this
.
test
.
done
();
...
...
Please
register
or
sign in
to post a comment