Fix the script: remove a )

This commit is contained in:
Joseph Schorr 2013-10-11 14:42:21 -04:00
parent f6d501819b
commit 9bb6cb2c7d

View file

@ -23,15 +23,11 @@ casper.then(function() {
this.capture('landing.png');
});
casper.thenOpen(rootUrl + 'signin'), function () {
casper.thenOpen(rootUrl + 'signin', function () {
this.fill('form', {
'username': 'devtable',
'password': 'C>K98%y"_=54x"<',
}, true);
};
casper.then(function() {
this.capture('filled-signin.png');
});
casper.then(function() {