left_sidebar: Avoid selecting header as first row when searching.

This commit is contained in:
Aman Agrawal
2025-08-30 10:53:44 +05:30
committed by Tim Abbott
parent a4c2327fa9
commit 478ea89506
2 changed files with 2 additions and 5 deletions

View File

@@ -329,10 +329,6 @@ async function test_stream_search_filters_stream_list(page: Page): Promise<void>
// Enter the search box and test highlighted suggestion
await page.click(".left-sidebar-search-input");
await page.waitForSelector("#views-label-container.highlighted_row", {visible: true});
await arrow(page, "Down");
await page.waitForSelector(".top_left_inbox.top_left_row.highlighted_row", {visible: true});
await page.waitForSelector((await get_stream_li(page, "Verona")) + " .highlighted_row", {