Set correct url

This commit is contained in:
jekkos
2015-05-17 22:36:00 +02:00
parent 6a2a5278b8
commit 15493ae58e

View File

@@ -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");