From 9bb6cb2c7d256ed9388983c2fa923cfef8c03155 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 11 Oct 2013 14:42:21 -0400 Subject: [PATCH] Fix the script: remove a ) --- screenshots/screenshots.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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() {