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
+2 -2
View File
@@ -112,8 +112,8 @@ module.exports = {
.getEmbedSection();
embed
.waitForElementVisible('@likeButton')
.click('@likeButton');
.waitForElementVisible('@respectButton')
.click('@respectButton');
const profile = embed
.getProfileSection();