mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 05:54:07 +08:00
user should not be suspended if username is rejecte
This commit is contained in:
@@ -87,13 +87,6 @@ module.exports = {
|
||||
.ready()
|
||||
.openLoginPopup((popup) => popup.login(user));
|
||||
},
|
||||
'user account is suspended, should see restricted message box': (client) => {
|
||||
const embedStream = client.page.embedStream();
|
||||
const comments = embedStream.section.comments;
|
||||
|
||||
comments
|
||||
.waitForElementVisible('@restrictedMessageBox');
|
||||
},
|
||||
'user picks another username': (client) => {
|
||||
const embedStream = client.page.embedStream();
|
||||
const comments = embedStream.section.comments;
|
||||
|
||||
Reference in New Issue
Block a user