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
41d61fdb
...
41d61fdbfd9c4b42e07c4113f708236d41fa8f40
authored
2013-02-24 21:40:26 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
refs #389 - uploaded file path in formfill tests
1 parent
20ff4617
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
tests/suites/casper/formfill.js
tests/suites/casper/formfill.js
View file @
41d61fd
...
...
@@ -9,7 +9,7 @@ casper.test.begin('fill() tests', 15, function(test) {
check
:
true
,
choice
:
'no'
,
topic
:
'bar'
,
file
:
phantom
.
library
Path
+
'/README.md'
,
file
:
phantom
.
casper
Path
+
'/README.md'
,
'checklist[]'
:
[
'1'
,
'3'
]
});
test
.
assertEvalEquals
(
function
()
{
...
...
@@ -109,7 +109,7 @@ casper.test.begin('getFormValues() tests', 2, function(test) {
check
:
true
,
choice
:
'no'
,
topic
:
'bar'
,
file
:
phantom
.
library
Path
+
'/README.md'
,
file
:
phantom
.
casper
Path
+
'/README.md'
,
'checklist[]'
:
[
'1'
,
'3'
]
});
});
...
...
@@ -134,7 +134,7 @@ casper.test.begin('getFormValues() tests', 2, function(test) {
check
:
true
,
choice
:
'yes'
,
topic
:
'bar'
,
file
:
phantom
.
library
Path
+
'/README.md'
,
file
:
phantom
.
casper
Path
+
'/README.md'
,
'checklist[]'
:
[
'1'
,
'3'
]
});
});
...
...
Please
register
or
sign in
to post a comment