mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	stream_sidebar_row: Remove title for channel name.
This commit is contained in:
		@@ -6,7 +6,8 @@ import * as common from "./lib/common";
 | 
			
		||||
 | 
			
		||||
async function navigate_using_left_sidebar(page: Page, stream_name: string): Promise<void> {
 | 
			
		||||
    console.log("Visiting #" + stream_name);
 | 
			
		||||
    await page.click(`.stream-name[title="${stream_name}"]`);
 | 
			
		||||
    const stream_id = await page.evaluate(() => zulip_test.get_sub("Verona")!.stream_id);
 | 
			
		||||
    await page.click(`.narrow-filter[data-stream-id="${stream_id}"] .stream-name`);
 | 
			
		||||
    await page.waitForSelector(`#message_feed_container`, {visible: true});
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
                {{> stream_privacy }}
 | 
			
		||||
            </span>
 | 
			
		||||
 | 
			
		||||
            <a href="{{url}}" title="{{name}}" class="stream-name">{{name}}</a>
 | 
			
		||||
            <a href="{{url}}" class="stream-name">{{name}}</a>
 | 
			
		||||
 | 
			
		||||
            <div class="left-sidebar-controls">
 | 
			
		||||
                {{#if can_post_messages}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user