fix cookie close e2e

stable
Juanfran 2015-10-07 08:55:54 +02:00 committed by David Barragán Merino
parent 76e9145aea
commit 9fee7a1e69
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ exports.config = {
return browser.getCapabilities();
}).then(function (cap) {
browser.browserName = cap.caps_.browserName;
})
.then(function() {
return browser.get(browser.params.glob.host);
});
}
}