feat(ops): ECR-007 行为分析与 ECR-008 内容运营后台
落地埋点 ingest/数据看板、首页宫格 CMS 与测评上下架;含账号引导、问答流式与免责声明去重,以及 review P1 审计同事务修复。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -33,7 +33,7 @@ test.describe('前后台联调 · 真 API 全路径', () => {
|
||||
await adminPage.goto(`${ADMIN}/login`)
|
||||
await adminPage.locator('input[type="password"]').fill('change-me')
|
||||
await adminPage.getByRole('button', { name: '登录' }).click()
|
||||
await expect(adminPage.getByRole('heading', { name: '用户' })).toBeVisible()
|
||||
await expect(adminPage.getByRole('heading', { name: '概览' })).toBeVisible()
|
||||
})
|
||||
|
||||
test('1 · 用户侧生成个人画像', async () => {
|
||||
|
||||
Reference in New Issue
Block a user