mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
pause suddenly not a function?
This commit is contained in:
@@ -35,10 +35,8 @@ const embedStreamCommands = {
|
||||
.waitForElementVisible('@signInDialogPassword')
|
||||
.setValue('@signInDialogEmail', user.email)
|
||||
.setValue('@signInDialogPassword', user.pass)
|
||||
.pause(2500)
|
||||
.waitForElementVisible('@logInButton')
|
||||
.click('@logInButton')
|
||||
.pause(2500)
|
||||
.waitForElementVisible('@logoutButton', 5000);
|
||||
},
|
||||
logout() {
|
||||
|
||||
Reference in New Issue
Block a user