修复跨楼层点位聚焦视觉跳动
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-14 01:16:31 +08:00
parent 231ecb465e
commit abaeda189e
3 changed files with 296 additions and 240 deletions

View File

@@ -156,7 +156,7 @@ describe('点位详情实际渲染与返回闭环', () => {
const sheet = wrapper.get('[data-testid="facility-detail-sheet"]')
const mapShell = wrapper.getComponent(GuideMapShellStub)
expect(sheet.text()).toContain('二层卫生间')
expect(sheet.text()).toContain('类别卫生间')
expect(sheet.text()).toContain('类别洗手间')
expect(sheet.text()).toContain('楼层2F')
expect(sheet.text()).not.toContain('可无障碍到达')
expect(sheet.text()).not.toContain('展示点位')