mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
remove debugging code from embedStreamPage
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user