zulip/frontend_tests
Shubham Padia 56644d149a typeahead: Replace `no-break space (U+00A0)` in query with `space (U+0020)`.
Typing "tim " did not did not produce any match when suggesting person
in composebox typeahead or user group typeahead as the space at the
end of the "tim " string passed by the browser was a
`no break-space (U+00A0)`  instead of `space (U+0020)`.

Although there are unicode characters other than `no break-space` which
represent spaces, only U+00A0 is replaced as it was the only space
character encountered when testing this issue manually.

Fixes #10039.
2018-07-25 14:55:11 -07:00
..
casper_lib eslint: Enable `conditionalAssign` config of no-trailing-spaces rule. 2018-06-11 07:51:24 -04:00
casper_tests search: Disable tab_bar due to addition of search pills. 2018-07-23 11:29:10 -07:00
node_tests typeahead: Replace `no-break space (U+00A0)` in query with `space (U+0020)`. 2018-07-25 14:55:11 -07:00
zjsunit search: Higlight `#searchbox` on focus. 2018-07-23 11:29:10 -07:00
.eslintrc.json lint: Check eslint indentation for casper tests. 2018-05-06 19:35:18 -07:00
run-casper frontend_tests/run-casper: Avoid shelling out for mkdir, rm. 2018-07-19 10:43:37 -07:00