Try to clean up after logging in.

This commit is contained in:
Gunther Brunner
2014-08-26 21:47:41 +09:00
parent e87dc45fb9
commit 755502a28e
2 changed files with 16 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ exports.config = {
onPrepare: function () {
var loginPage = new LoginPage()
loginPage.doLogin()
//browser.driver.wait(loginPage.login)
loginPage.cleanUp()
afterEach(function () {
BrowserLogs({expectNoLogs: true})