user should not be suspended if username is rejecte

This commit is contained in:
Belen Curcio
2017-11-22 01:07:10 -03:00
parent 3b768c144b
commit 137c5889eb
-7
View File
@@ -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;