mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 10:38:55 +08:00
updated tests classes
This commit is contained in:
@@ -123,13 +123,13 @@ module.exports = {
|
||||
userDetailDrawer: {
|
||||
selector: '.talk-admin-user-detail-drawer',
|
||||
elements: {
|
||||
'tabBar': 'talk-admin-user-detail-tab-bar',
|
||||
'allTab': 'talk-admin-user-detail-all-tab',
|
||||
'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',
|
||||
'tabBar': '.talk-admin-user-detail-tab-bar',
|
||||
'allTab': '.talk-admin-user-detail-all-tab',
|
||||
'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',
|
||||
'actionsMenu': '.talk-admin-user-detail-actions-button',
|
||||
'actionItemSuspendUser': '.action-menu-item#suspendUser',
|
||||
'actionMenuButton': '.talk-admin-user-detail-actions-menu #actions-dropdown-0',
|
||||
|
||||
Reference in New Issue
Block a user