Change to allowed name

This commit is contained in:
Chi Vinh Le
2017-11-09 21:52:08 +01:00
parent b2929e9a83
commit f0839c57df
+3 -2
View File
@@ -102,9 +102,10 @@ module.exports = {
comments
.waitForElementVisible('@suspendedAccountInput')
.setValue('@suspendedAccountInput', `${user.username}-alternative`)
.setValue('@suspendedAccountInput', `${user.username}_alternative`)
.waitForElementVisible('@suspendedAccountSubmitButton')
.click('@suspendedAccountSubmitButton');
.click('@suspendedAccountSubmitButton')
.waitForElementVisible('@suspendedAccountInput');
},
'user should not be able to comment': (client) => {
const embedStream = client.page.embedStream();