From 137c5889ebe4f294c813090a1b4722e0a747a22b Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 22 Nov 2017 01:07:10 -0300 Subject: [PATCH] user should not be suspended if username is rejecte --- test/e2e/specs/04_userStatus.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/e2e/specs/04_userStatus.js b/test/e2e/specs/04_userStatus.js index 5a7593e53..ca51cb91b 100644 --- a/test/e2e/specs/04_userStatus.js +++ b/test/e2e/specs/04_userStatus.js @@ -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;