develop #2
Reference in New Issue
Block a user
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题: - '操作日志'文本匹配到2个元素(菜单项和页面标题) - table定位器匹配到2个元素(header和body) - .el-dropdown-link元素找不到导致登出失败 修复: - 使用menuitem角色定位菜单项 - 使用.el-table类定位表格容器 - 使用button:has-text('admin')定位用户下拉菜单 - 添加页面加载等待和超时设置 优势: - 避免strict mode violation错误 - 提高定位器精确性 - 确保登出功能正常工作