Add a little pause in e2e test

This commit is contained in:
Chi Vinh Le
2018-01-16 19:33:07 +01:00
parent 7885b025ee
commit b1adfe8c46
+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')