mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
moderate
This commit is contained in:
@@ -16,8 +16,13 @@ module.exports = {
|
||||
},
|
||||
'user logs in': (client) => {
|
||||
const {testData: {user}} = client.globals;
|
||||
const embedStream = client.page.embedStream();
|
||||
const comments = client.page.embedStream().section.comments;
|
||||
|
||||
embedStream
|
||||
.navigate()
|
||||
.ready();
|
||||
|
||||
comments
|
||||
.openLoginPopup((popup) => popup.login(user));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user