zulip/frontend_tests
N-Shar-ma 87cb449d08 search_suggestions: Fix bug where space in stream names did not show.
For multi word stream names, searching for particular phrases, like
the entirety of any word in it, caused no space to show before and/or
after that word. For example, searching for `core` resulted in
`**core**team` (the space between `core` and `team` missing).

The cause of this bug was that the immediate container was `div` with
`display: flex` and so spaces at the ends of its immediate child
elements: text nodes and `strong`  elements - were not respected. This
is fixed now by wrapping all the `description_html` text in a `span`
element (while the optional user_pill_context stays in another `span`
as before).
2022-08-18 11:22:08 -07:00
..
node_tests search_suggestions: Fix bug where space in stream names did not show. 2022-08-18 11:22:08 -07:00
puppeteer_lib left-sidebar: Make Subscribe to more streams more informative. 2022-08-15 12:32:43 -07:00
puppeteer_tests puppeteer: Fix flake in `user-deactivation.ts`. 2022-08-17 11:58:16 -07:00
zjsunit zjsunit: Support asynchronous tests. 2022-08-18 08:55:31 -07:00