From 06f9c12f5e7665104fdae3ba3a9ea78bacd68c14 Mon Sep 17 00:00:00 2001 From: David Jay Date: Thu, 2 Mar 2017 13:11:16 -0500 Subject: [PATCH] Updating comment count. --- test/e2e/tests/EmbedStreamTests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/tests/EmbedStreamTests.js b/test/e2e/tests/EmbedStreamTests.js index f1ef0f5e0..27072254b 100644 --- a/test/e2e/tests/EmbedStreamTests.js +++ b/test/e2e/tests/EmbedStreamTests.js @@ -166,7 +166,7 @@ module.exports = { // Verify that comment count is correct client.waitForElementVisible('.coral-plugin-comment-count-text', 2000) - .assert.containsText('.coral-plugin-comment-count-text', '4 Comments'); + .assert.containsText('.coral-plugin-comment-count-text', '5 Comments'); done(); }); },