From e2e278e2965167f757a9dcffdecd1b6d89d804ea Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Sun, 18 Dec 2016 19:56:11 -0300 Subject: [PATCH] =?UTF-8?q?=C3=81dding=20visitor=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/e2e/pages/embedStreamPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/pages/embedStreamPage.js b/tests/e2e/pages/embedStreamPage.js index 870306514..128a7de77 100644 --- a/tests/e2e/pages/embedStreamPage.js +++ b/tests/e2e/pages/embedStreamPage.js @@ -75,7 +75,7 @@ export default { selector: '#commentBox .coral-plugin-commentbox-button' }, likeButton: { - selector: '.comment:first-child .coral-plugin-likes-button' + selector: '.comment .coral-plugin-likes-container .coral-plugin-likes-button' } } };