search_suggestion: Show pills in search suggestions.

Fixes #34750.
This commit is contained in:
Evy Kassirer
2025-05-12 20:28:31 +02:00
committed by Tim Abbott
parent 106a97cd05
commit c61943f002
6 changed files with 187 additions and 82 deletions

View File

@@ -209,7 +209,7 @@ async function search_tests(page: Page): Promise<void> {
await search_and_check(
page,
"Verona",
"Channel",
"#Verona",
expect_verona_stream,
"#Verona - Zulip Dev - Zulip",
);
@@ -217,7 +217,7 @@ async function search_tests(page: Page): Promise<void> {
await search_and_check(
page,
"Cordelia",
"Direct",
"dm:",
expect_cordelia_direct_messages,
"Cordelia, Lear's daughter - Zulip Dev - Zulip",
);