mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Renaming components and styles
This commit is contained in:
@@ -128,8 +128,8 @@ module.exports = {
|
||||
rejectedTab: '.talk-admin-user-detail-rejected-tab',
|
||||
historyTab: '.talk-admin-user-detail-history-tab',
|
||||
historyPane: '.talk-admin-user-detail-history-tab-pane',
|
||||
accountHistory: '.talk-admin-account-history',
|
||||
accountHistoryRowStatus: '.talk-admin-account-history-row-status',
|
||||
UserHistory: '.talk-admin-user-history',
|
||||
UserHistoryRowStatus: '.talk-admin-user-history-row-status',
|
||||
actionsMenu: '.talk-admin-user-detail-actions-button',
|
||||
actionItemSuspendUser: '.action-menu-item#suspendUser',
|
||||
actionMenuButton:
|
||||
|
||||
@@ -125,7 +125,7 @@ module.exports = {
|
||||
.waitForElementVisible('@historyTab')
|
||||
.click('@historyTab')
|
||||
.waitForElementVisible('@historyPane')
|
||||
.waitForElementVisible('@accountHistory')
|
||||
.waitForElementVisible('@UserHistory')
|
||||
.click('@closeButton');
|
||||
},
|
||||
'admin logs out': client => {
|
||||
|
||||
Reference in New Issue
Block a user