From f8479a86612cce1ff2d1a479871454b1e7abc4dc Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Tue, 28 Feb 2017 19:30:25 +0800 Subject: [PATCH] fix e2e tests with .comment selector that avoids hidden dialog --- client/coral-embed-stream/src/Embed.js | 36 +++++++++++---------- client/coral-plugin-likes/LikeButton.js | 2 +- test/e2e/pages/embedStreamPage.js | 28 ++++++++-------- test/e2e/tests/Commenter/LikeCommentTest.js | 1 + test/e2e/tests/EmbedStreamTests.js | 17 ++++------ 5 files changed, 42 insertions(+), 42 deletions(-) diff --git a/client/coral-embed-stream/src/Embed.js b/client/coral-embed-stream/src/Embed.js index 3290e2c8e..4f092bb7c 100644 --- a/client/coral-embed-stream/src/Embed.js +++ b/client/coral-embed-stream/src/Embed.js @@ -173,23 +173,25 @@ class Embed extends Component { assetId={asset.id} updateCountCache={this.props.updateCountCache} /> - +
+ +
-