mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +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
@@ -248,7 +248,7 @@ test("get_list_info_unread_messages", ({override}) => {
|
||||
"Bob",
|
||||
]);
|
||||
|
||||
// Narrowing to private messages with Alice adds older
|
||||
// Narrowing to direct messages with Alice adds older
|
||||
// one-on-one conversation with her to the list and one
|
||||
// unread is removed from more_conversations_unread_count.
|
||||
set_pm_with_filter("alice@zulip.com");
|
||||
@@ -325,7 +325,7 @@ test("get_list_info_no_unread_messages", ({override}) => {
|
||||
"Bob",
|
||||
]);
|
||||
|
||||
// Narrowing to private messages with Alice adds older
|
||||
// Narrowing to direct messages with Alice adds older
|
||||
// one-on-one conversation with her to the list.
|
||||
set_pm_with_filter("alice@zulip.com");
|
||||
list_info = pm_list_data.get_list_info(false);
|
||||
|
||||
Reference in New Issue
Block a user