diff --git a/test/test-login.js b/test/test-login.js index e66fa3a5..e2736fe1 100644 --- a/test/test-login.js +++ b/test/test-login.js @@ -24,8 +24,9 @@ function testSuite(browserName, version, platform) { // Start the browser, go to /login, and wait for the react app to render return browser + .configureHttp({ baseUrl: config.APP_URL }) .init({ browserName, version, platform }) - .get(config.APP_URL + '/login') + .get('/login') .waitForElementByCss('.ascribe-default-app', asserters.isDisplayed, 10000) .catch(function (err) { console.log('Failure -- unable to load app.');