mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
docs: Update CZO links from stream to channel in docs and comments.
Updates all the https://chat.zulip.org/#narrow/stream/ links in the docs and comments to use the new /channel/ path. All these links are for documentation/reference purposes only and thus, can be bulk-updated. This commit is a part of the effort to rename stream to channel.
This commit is contained in:
@@ -165,11 +165,11 @@ async function test_organization_permissions(page: Page): Promise<void> {
|
||||
await page.click("li[data-section='organization-permissions']");
|
||||
|
||||
// Test temporarily disabled 2024-02-07 due to nondeterminsitic failures.
|
||||
// See https://chat.zulip.org/#narrow/stream/43-automated-testing/topic/main.20failing/near/1733342
|
||||
// See https://chat.zulip.org/#narrow/channel/43-automated-testing/topic/main.20failing/near/1733342
|
||||
console.log("Skipping", test_changing_create_streams_and_invite_to_stream_policies);
|
||||
|
||||
// Test temporarily disabled 2024-02-25 due to nondeterminsitic failures.
|
||||
// See https://chat.zulip.org/#narrow/stream/43-automated-testing/topic/main.20failing/near/1743361
|
||||
// See https://chat.zulip.org/#narrow/channel/43-automated-testing/topic/main.20failing/near/1743361
|
||||
console.log("Skipping", test_set_new_user_threshold_to_three_days);
|
||||
console.log("Skipping", test_set_new_user_threshold_to_N_days);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user