diff --git a/screenshots/screenshots.js b/screenshots/screenshots.js index b0f0d7233..8f4e35539 100644 --- a/screenshots/screenshots.js +++ b/screenshots/screenshots.js @@ -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() {