diff --git a/test/e2e/tests/Commenter/BestCommentTest.js b/test/e2e/tests/Commenter/BestCommentTest.js index f5747bd6e..765ef070f 100644 --- a/test/e2e/tests/Commenter/BestCommentTest.js +++ b/test/e2e/tests/Commenter/BestCommentTest.js @@ -15,8 +15,8 @@ module.exports = { const embedStreamPage = client.page.embedStreamPage(); embedStreamPage - .likeComment() - .waitForElementVisible('@likesCount', 2000) + .postComment('Hi everyone. Isn\'t this the BEST comment!?') + .waitForElementVisible('@likeButton') .expect.element('@setBestButton').to.not.be.present; }, after: client => {