parent
0a955bab41
commit
d4eeb469ba
@ -1,5 +1,5 @@ |
||||
var page = require('webpage').create(); |
||||
page.open('http://localhost/nieuws/', function() { |
||||
page.open('http://localhost/nieuws/', 'post', 'email=admin@nieuws.nl&password=sesame', function() { |
||||
setTimeout(function(){ |
||||
phantom.exit(); |
||||
}, 1000); |
||||
|
Loading…
Reference in new issue