This commit is contained in:
Chi Vinh Le
2018-01-10 18:29:03 +01:00
parent 2ef3e29e7d
commit caf2b88ee8
+2 -2
View File
@@ -128,7 +128,7 @@ module.exports = {
.goToCommentsSection()
.waitForElementVisible('@firstComment')
.waitForElementVisible('@replyButton');
embedStream
.goToConfigSection()
.closeStream();
@@ -142,7 +142,7 @@ module.exports = {
.goToConfigSection()
.openStream();
},
'adming logs out': (client) => {
'admin logs out': (client) => {
const embedStream = client.page.embedStream();
const comments = embedStream.goToCommentsSection();