test(web): embed highlight sentinels in search fixture snippet
This commit is contained in:
@@ -72,7 +72,7 @@ export const searchHits: SearchHitView[] = [
|
|||||||
object_name: "Bronze figurine",
|
object_name: "Bronze figurine",
|
||||||
brief_description: "A small cast figure.",
|
brief_description: "A small cast figure.",
|
||||||
visibility: "public",
|
visibility: "public",
|
||||||
snippet: "cast bronze with green patina",
|
snippet: "cast bronze with green patina",
|
||||||
},
|
},
|
||||||
...Array.from({ length: 24 }, (_, i) => ({
|
...Array.from({ length: 24 }, (_, i) => ({
|
||||||
id: `s-${i + 2}`,
|
id: `s-${i + 2}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user