Merge pull request #1286 from coralproject/e2e-pause

Add a little pause in e2e test
This commit is contained in:
Kiwi
2018-01-16 19:44:21 +01:00
committed by GitHub
+3
View File
@@ -121,6 +121,9 @@ module.exports = {
embedStream.goToConfigSection().closeStream();
// Pause to give time for action to succeed.
client.pause(1000);
embedStream
.goToCommentsSection()
.waitForElementVisible('@firstComment')