remove debugging code from embedStreamPage

This commit is contained in:
Benjamin Goering
2017-02-28 19:59:35 +08:00
parent af23717988
commit 96d1447602
+1 -4
View File
@@ -38,10 +38,7 @@ const embedStreamCommands = {
.setValue('@signInDialogEmail', user.email)
.setValue('@signInDialogPassword', user.pass)
.waitForElementVisible('@logInButton')
.click('@logInButton', () => {
// this.api.pause()
})
.click('@logInButton')
.waitForElementVisible('@logoutButton', 5000);
},
logout() {