mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Ádding visitor tests
This commit is contained in:
@@ -38,6 +38,12 @@ const embedStreamCommands = {
|
||||
return this
|
||||
.waitForElementVisible('@likeButton', 2000)
|
||||
.click('@likeButton');
|
||||
},
|
||||
visitorLikeComment() {
|
||||
return this
|
||||
.waitForElementVisible('@likeButton', 2000)
|
||||
.click('@likeButton')
|
||||
.waitForElementVisible('@signInDialog', 2000);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user