align(文案尾批): 用户删除确认半角引号无后缀、品牌数据库删除确认对齐原文(对齐 admin.js:970/3775)
This commit is contained in:
@@ -47,7 +47,7 @@ test('test_task_250_users_list_boundary_limit_or_missing_field', () => {
|
||||
// 边界上限:所属管理员筛选仅超管可见(非超管隐藏)。
|
||||
const page = readSource('src/pages/account/UsersPage.vue')
|
||||
assert.match(page, /isSuperAdmin|super_admin|createdByAdminId/, '需按超管身份控制管理员筛选项')
|
||||
assert.ok(deleteConfirmMessage({ id: 1, username: 'demo', role: 'normal' }).includes('确定删除用户“demo”吗?'))
|
||||
assert.ok(deleteConfirmMessage({ id: 1, username: 'demo', role: 'normal' }).includes('确定删除用户 "demo" 吗?'))
|
||||
})
|
||||
|
||||
test('test_task_250_users_list_invalid_input_rejected', () => {
|
||||
|
||||
Reference in New Issue
Block a user