mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
Fix typo
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user