mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Merge branch 'e2e-browserstack' of ssh://github.com/coralproject/talk into e2e-browserstack
This commit is contained in:
@@ -114,8 +114,8 @@ module.exports = {
|
||||
.getEmbedSection();
|
||||
|
||||
embed
|
||||
.waitForElementVisible('@likeButton')
|
||||
.click('@likeButton');
|
||||
.waitForElementVisible('@respectButton')
|
||||
.click('@respectButton');
|
||||
|
||||
const profile = embed
|
||||
.getProfileSection();
|
||||
@@ -136,6 +136,7 @@ module.exports = {
|
||||
.getEmbedSection();
|
||||
|
||||
embed
|
||||
.waitForElementVisible('@commentsTabButton')
|
||||
.click('@commentsTabButton')
|
||||
.waitForElementVisible('@logoutButton')
|
||||
.click('@logoutButton');
|
||||
|
||||
Reference in New Issue
Block a user