From 15493ae58e53035a0d9e357621583d42c3608564 Mon Sep 17 00:00:00 2001 From: jekkos Date: Sun, 17 May 2015 22:36:00 +0200 Subject: [PATCH] Set correct url --- test/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/login.js b/test/login.js index 0a1890a36..aab5aaf70 100644 --- a/test/login.js +++ b/test/login.js @@ -6,7 +6,7 @@ describe("giftcard numbering test", function () { var searchBox; var browser = this.browser; - browser.get('http://localhost/pos/index.php?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=14241668456852') + browser.get('http://localhost/index.php?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=14241668456852') .elementByName('username').type("admin").getValue() .then(function(value) { assert.equal(value, "admin");