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' } } };