left_sidebar: Rename stream_search_section for global search.

This will be more readable once we've moved the search input.
This commit is contained in:
Tim Abbott
2025-08-11 13:20:53 -07:00
parent ec73181405
commit 041597e006
2 changed files with 2 additions and 2 deletions

View File

@@ -318,7 +318,7 @@ async function test_search_venice(page: Page): Promise<void> {
async function test_stream_search_filters_stream_list(page: Page): Promise<void> {
console.log("Filter streams using left side bar");
await page.waitForSelector(".stream_search_section");
await page.waitForSelector(".left-sidebar-search-section");
// assert streams exist by waiting till they're visible
await page.waitForSelector(await get_stream_li(page, "Denmark"), {visible: true});