Commit bf75fa1e bf75fa1ef4cb50aba7ddc77ef4dc0bcfc464c030 by Nicolas Perriault

fixed the fix -_-

1 parent 2118ecbb
/*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');
......