mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +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
@@ -240,7 +240,7 @@ test("compose fade interactions (missing topic)", () => {
|
||||
assert.equal(faded(), false);
|
||||
});
|
||||
|
||||
test("compose fade interactions (PMs)", () => {
|
||||
test("compose fade interactions (direct messages)", () => {
|
||||
people.add_active_user(fred);
|
||||
|
||||
set_presence(fred.user_id, "active");
|
||||
@@ -252,8 +252,8 @@ test("compose fade interactions (PMs)", () => {
|
||||
// Don't fade if we're not in a narrow.
|
||||
assert.equal(faded(), false);
|
||||
|
||||
// Fade fred if we are narrowed to a PM narrow that does
|
||||
// not include him.
|
||||
// Fade fred if we are narrowed to a direct message narrow
|
||||
// that does not include him.
|
||||
compose_fade_helper.set_focused_recipient({
|
||||
type: "private",
|
||||
to_user_ids: "9999999",
|
||||
|
||||
Reference in New Issue
Block a user