修复讲解页标题与嵌入导航
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-24 23:09:40 +08:00
parent f0d27441d6
commit 4bcd1af1f4
5 changed files with 6 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ describe('讲解展厅选择列表', () => {
})
const card = wrapper.get('.hall-overview-card')
expect(wrapper.get('.header-title').text()).toBe('展厅讲解')
expect(wrapper.get('.header-title').text()).toBe('免费讲解')
expect(card.attributes('style')).toContain('--hall-card-color: #d9b06c')
expect(card.text()).toContain('恐龙厅')
expect(card.text()).not.toContain('Dinosaur Hall')