fix cookie close e2e
parent
76e9145aea
commit
9fee7a1e69
|
@ -54,6 +54,9 @@ exports.config = {
|
||||||
return browser.getCapabilities();
|
return browser.getCapabilities();
|
||||||
}).then(function (cap) {
|
}).then(function (cap) {
|
||||||
browser.browserName = cap.caps_.browserName;
|
browser.browserName = cap.caps_.browserName;
|
||||||
|
})
|
||||||
|
.then(function() {
|
||||||
|
return browser.get(browser.params.glob.host);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue