feat: content index contains title, close #7510

pull/7394/head^2
Junyi Du 2022-11-30 15:55:14 +08:00
parent 0386cf2359
commit 7944f2db9c
1 changed files with 1 additions and 1 deletions

View File

@ -192,6 +192,6 @@ async function alias_test( block: Block, page: Page, page_name: string, search_k
// TODO: search clicking (alias property)
}
test.skip('page diacritic alias', async ({ block, page }) => {
test('page diacritic alias', async ({ block, page }) => {
await alias_test(block, page, "ü", ["ü", "ü", "Ü"])
})