mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
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:
@@ -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});
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user