mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Try to clean up after logging in.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user