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});

View File

@@ -54,7 +54,7 @@
<div id="streams_list" class="zoom-out">
<div id="stream-search-and-add" class="zoom-in-hide">
{{#> input_wrapper input_type="filter-input" custom_classes="stream_search_section" icon="search" input_button_icon="close"}}
{{#> input_wrapper input_type="filter-input" custom_classes="left-sidebar-search-section" icon="search" input_button_icon="close"}}
<input type="text" class="input-element stream-list-filter home-page-input" autocomplete="off" placeholder="{{t 'Filter channels' }}" />
{{/input_wrapper}}
<span id="add_streams_tooltip" class="add-stream-icon-container hidden-for-spectators">