fix: 修复冒烟测试用户菜单选择器(任务 6/8)
This commit is contained in:
@@ -22,7 +22,8 @@ test.describe('冒烟测试 - 基础流程', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await test.step('点击用户菜单', async () => {
|
await test.step('点击用户菜单', async () => {
|
||||||
await page.click('[data-testid="user-menu"]');
|
const avatarButton = page.locator('.el-avatar').first();
|
||||||
|
await avatarButton.click();
|
||||||
await page.waitForTimeout(500);
|
await page.waitForTimeout(500);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user