task-269(admin.html观感对齐): e2e 断言对齐现状(角色中文/仅可见遮罩判定)+壳层换皮 smoke 全绿(36/36)

This commit is contained in:
2026-09-05 22:25:06 +08:00
parent ad5c7c02f9
commit 1d99423da5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ test('test_task_249_shell_light_normal_primary_path', async ({ page }) => {
})
expect(vars.sidebar).toBe('#f8fbfe')
expect(vars.primary).toBe('#4f78a5')
await expect(page.locator('.admin-user-role')).toHaveText('super_admin')
await expect(page.locator('.admin-user-role')).toHaveText('超级管理员')
})
test('test_task_249_shell_light_normal_variant_input', async ({ page }) => {