mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: e2e tests
This commit is contained in:
@@ -39,7 +39,7 @@ test('Search page and blocks (diacritics)', async ({ page, block }) => {
|
||||
|
||||
// check if diacritics are indexed
|
||||
const results = await searchPage(page, 'Einführung in die Allgemeine Sprachwissenschaft' + rand)
|
||||
await expect(results.length).toEqual(6) // 1 page + 2 block + 2 page content + 1 current page
|
||||
await expect(results.length).toEqual(4) // 1 page + 2 block + 1 current page
|
||||
await closeSearchBox(page)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user