mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
node-tests: Update references to "private message" and "PM".
Updates any use of "private message" and "PM" in the `web/tests` directory to instead use "direct messages".
This commit is contained in:
committed by
Tim Abbott
parent
7c47616ffa
commit
73e5812831
@@ -73,7 +73,7 @@ run_test("typing_events.render_notifications_for_narrow", ({override, mock_templ
|
||||
// All typists are rendered in `#typing_notifications`.
|
||||
const $typing_notifications = $("#typing_notifications");
|
||||
|
||||
// Narrow to a PM group with four users.
|
||||
// Narrow to a group direct message with four users.
|
||||
override(page_params, "user_id", anna.user_id);
|
||||
const group = [anna.user_id, vronsky.user_id, levin.user_id, kitty.user_id];
|
||||
const group_emails = `${anna.email},${vronsky.email},${levin.email},${kitty.email}`;
|
||||
|
||||
Reference in New Issue
Block a user