Using respect instead of like reaction

This commit is contained in:
Belen Curcio
2017-10-18 09:17:05 -03:00
parent 627ae50fda
commit c3b2eb5a98
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ module.exports = {
commentBoxTextarea: '#commentText',
commentBoxPostButton: '.talk-plugin-commentbox-button',
firstCommentContent: '.talk-stream-comment.talk-stream-comment-level-0 .talk-stream-comment-content',
likeButton: '.talk-stream-comment.talk-stream-comment-level-0 .talk-stream-comment-footer .talk-plugin-like-button'
respectButton: '.talk-stream-comment.talk-stream-comment-level-0 .talk-stream-comment-footer .talk-plugin-respect-button'
},
sections: {
profile: {
+2 -2
View File
@@ -112,8 +112,8 @@ module.exports = {
.getEmbedSection();
embed
.waitForElementVisible('@likeButton')
.click('@likeButton');
.waitForElementVisible('@respectButton')
.click('@respectButton');
const profile = embed
.getProfileSection();