fixed the fix -_-
Showing
1 changed file
with
2 additions
and
0 deletions
1 | /*jshint strict:false*/ | 1 | /*jshint strict:false*/ |
2 | /*global CasperError, casper, console, phantom, require*/ | 2 | /*global CasperError, casper, console, phantom, require*/ |
3 | var utils = require('utils'); | ||
4 | |||
3 | casper.test.begin('sendKeys() tests', 3, function(test) { | 5 | casper.test.begin('sendKeys() tests', 3, function(test) { |
4 | casper.start('tests/site/form.html', function() { | 6 | casper.start('tests/site/form.html', function() { |
5 | this.sendKeys('input[name="email"]', 'duke@nuk.em'); | 7 | this.sendKeys('input[name="email"]', 'duke@nuk.em'); | ... | ... |
-
Please register or sign in to post a comment