align(文案尾批): 用户删除确认半角引号无后缀、品牌数据库删除确认对齐原文(对齐 admin.js:970/3775)

This commit is contained in:
2026-09-05 23:36:56 +08:00
parent a2bfb08122
commit 596933eea2
5 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -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', () => {