mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +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
@@ -175,7 +175,7 @@ test_ui("validate", ({override_rewire, mock_template}) => {
|
||||
$("#compose-textarea").val("foobarfoobar");
|
||||
}
|
||||
|
||||
// test validating private messages
|
||||
// test validating direct messages
|
||||
compose_state.set_message_type("private");
|
||||
|
||||
initialize_pm_pill();
|
||||
|
||||
Reference in New Issue
Block a user