mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
just throwing stuff at the wall to see what sticks
This commit is contained in:
@@ -35,8 +35,10 @@ 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