mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
Increasing logout time.
This commit is contained in:
@@ -45,7 +45,7 @@ const embedStreamCommands = {
|
||||
return this
|
||||
.waitForElementVisible('@logoutButton')
|
||||
.click('@logoutButton')
|
||||
.waitForElementVisible('@signInButton', 2000);
|
||||
.waitForElementVisible('@signInButton', 5000);
|
||||
},
|
||||
postComment(comment = 'Test Comment') {
|
||||
return this
|
||||
|
||||
Reference in New Issue
Block a user