mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 10:03:29 +08:00
Increasing logout button load time.
This commit is contained in:
@@ -43,7 +43,7 @@ const embedStreamCommands = {
|
||||
},
|
||||
logout() {
|
||||
return this
|
||||
.waitForElementVisible('@logoutButton')
|
||||
.waitForElementVisible('@logoutButton', 5000)
|
||||
.click('@logoutButton')
|
||||
.waitForElementVisible('@signInButton', 5000);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user