screenshots: Run on enwiki rather than Beta Cluster for content

Change-Id: Ia06c2a39905d0a899f7ff45f1beec4e0e4236fee
This commit is contained in:
James D. Forrester 2016-06-29 15:06:14 +01:00 committed by Jforrester
parent 7ac5943daa
commit 5ef5d4d24c

View file

@ -16,7 +16,7 @@ function runTests( lang ) {
driver.manage().timeouts().setScriptTimeout( 20000 );
driver.manage().window().setSize( 1200, 1000 );
driver.get( 'http://en.wikipedia.beta.wmflabs.org/wiki/PageDoesNotExist?veaction=edit&uselang=' + lang );
driver.get( 'https://en.wikipedia.org/wiki/PageDoesNotExist?veaction=edit&uselang=' + lang );
driver.wait(
driver.executeAsyncScript(
// This function is converted to a string and executed in the browser