zulip/frontend_tests
Ryan Rehman 9c5d9c961c search: Parse search string correctly.
This is the exact same bug as observed in
02ab48a61e.

The bug is in the way we invoke `Filter.parse`.
`Filter.parse` returns a list of operators which
can contain only one 'search' term at max.
All strings with the 'search' operator present
in the query are combined to form this 'search'
term.

However on concatenating two filters we may get
two terms containing the 'search' operator. This
will lead to the search suggestions getting
generated based on only the last 'search' operator
term instead of all the terms having the 'search'
operator.

This is evident from the test change as suggestions
should be based on "s stream:of" but instead they
were based on just the latest query.
2020-06-15 20:16:40 -07:00
..
casper_lib js: Use hasOwnProperty correctly or not at all. 2020-05-26 23:33:40 -07:00
casper_tests settings: Change user avatar spinner implementation. 2020-06-08 22:48:04 -07:00
node_tests search: Parse search string correctly. 2020-06-15 20:16:40 -07:00
puppeteer_lib puppeteer: Add get_renderered_messages and check_messages_sent. 2020-06-14 13:19:35 -07:00
puppeteer_tests puppeteer: Add 02-message-basic tests. 2020-06-14 13:19:35 -07:00
zjsunit refactor: Call compose_fade without triggers. 2020-06-13 15:35:39 -07:00
.eslintrc.json lint: Check eslint indentation for casper tests. 2018-05-06 19:35:18 -07:00
run-casper python: Sort imports with isort. 2020-06-11 16:45:32 -07:00