Fix the script: remove a )
This commit is contained in:
parent
f6d501819b
commit
9bb6cb2c7d
1 changed files with 1 additions and 5 deletions
|
@ -23,15 +23,11 @@ casper.then(function() {
|
||||||
this.capture('landing.png');
|
this.capture('landing.png');
|
||||||
});
|
});
|
||||||
|
|
||||||
casper.thenOpen(rootUrl + 'signin'), function () {
|
casper.thenOpen(rootUrl + 'signin', function () {
|
||||||
this.fill('form', {
|
this.fill('form', {
|
||||||
'username': 'devtable',
|
'username': 'devtable',
|
||||||
'password': 'C>K98%y"_=54x"<',
|
'password': 'C>K98%y"_=54x"<',
|
||||||
}, true);
|
}, true);
|
||||||
};
|
|
||||||
|
|
||||||
casper.then(function() {
|
|
||||||
this.capture('filled-signin.png');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
casper.then(function() {
|
casper.then(function() {
|
||||||
|
|
Reference in a new issue