mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
compose-typeahead-test: Update confusing test string.
Replaces test string that used "#streams", but was not referring to or testing anything related to the streams settings overlay.
This commit is contained in:
committed by
Tim Abbott
parent
b36cdfda0a
commit
00b572b808
@@ -1588,7 +1588,7 @@ test("tokenizing", () => {
|
||||
|
||||
// The following cases are kinda judgment calls...
|
||||
assert.equal(ct.tokenize_compose_str("foo @toomanycharactersisridiculoustocomplete"), "");
|
||||
assert.equal(ct.tokenize_compose_str("foo #streams@foo"), "#streams@foo");
|
||||
assert.equal(ct.tokenize_compose_str("foo #bar@foo"), "#bar@foo");
|
||||
});
|
||||
|
||||
test("content_highlighter_html", ({override_rewire}) => {
|
||||
|
||||
Reference in New Issue
Block a user