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
bf75fa1e
...
bf75fa1ef4cb50aba7ddc77ef4dc0bcfc464c030
authored
2013-05-08 22:48:27 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed the fix -_-
1 parent
2118ecbb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
tests/suites/casper/keys.js
tests/suites/casper/keys.js
View file @
bf75fa1
/*jshint strict:false*/
/*global CasperError, casper, console, phantom, require*/
var
utils
=
require
(
'utils'
);
casper
.
test
.
begin
(
'sendKeys() tests'
,
3
,
function
(
test
)
{
casper
.
start
(
'tests/site/form.html'
,
function
()
{
this
.
sendKeys
(
'input[name="email"]'
,
'duke@nuk.em'
);
...
...
Please
register
or
sign in
to post a comment