test: E2E 测试用例更新与新增

- 更新 Page Object 模型适配新字段名
- 新增 UAT 测试套件与 journey 测试用例
- 优化测试辅助工具与数据工厂
- 更新 playwright 认证状态
This commit is contained in:
张翔
2026-05-06 14:17:51 +08:00
parent 0b246b3e24
commit bd21e2d1f7
47 changed files with 1764 additions and 1226 deletions
@@ -22,7 +22,7 @@ test.describe('冒烟测试 - 基础流程', () => {
});
await test.step('点击用户菜单', async () => {
const avatarButton = page.locator('.el-avatar').first();
const avatarButton = page.locator('.ant-avatar').first();
await avatarButton.click();
await page.waitForTimeout(500);
});