mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
compose: Update CZO links from stream to channel in compose tests.
This is a follow-up to the previous commit, which updated the links in docs and comments. This commit updates those links that are part of some code. This commit is a part of the effort to rename stream to channel.
This commit is contained in:
@@ -280,7 +280,7 @@ run_test("quote_and_reply", ({override, override_rewire}) => {
|
||||
override(
|
||||
hash_util,
|
||||
"by_conversation_and_time_url",
|
||||
() => "https://chat.zulip.org/#narrow/stream/92-learning/topic/Tornado",
|
||||
() => "https://chat.zulip.org/#narrow/channel/92-learning/topic/Tornado",
|
||||
);
|
||||
|
||||
override(message_lists.current, "get", (id) => (id === 100 ? selected_message : undefined));
|
||||
@@ -356,7 +356,7 @@ run_test("quote_and_reply", ({override, override_rewire}) => {
|
||||
assert.equal(old_syntax, "translated: [Quoting…]");
|
||||
assert.equal(
|
||||
new_syntax(),
|
||||
"translated: @_**Steve Stephenson|90** [said](https://chat.zulip.org/#narrow/stream/92-learning/topic/Tornado):\n" +
|
||||
"translated: @_**Steve Stephenson|90** [said](https://chat.zulip.org/#narrow/channel/92-learning/topic/Tornado):\n" +
|
||||
"```quote\n" +
|
||||
`${quote_text}\n` +
|
||||
"```",
|
||||
|
||||
Reference in New Issue
Block a user