mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Change to allowed name
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user