mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
narrow: Migrate uses of by function to activate function.
This is part of renaming effort of `narrow` to `message_view`.
This commit is contained in:
@@ -318,7 +318,7 @@ run_test("basic mappings", () => {
|
||||
|
||||
assert_mapping("c", compose_actions, "start");
|
||||
assert_mapping("x", compose_actions, "start");
|
||||
assert_mapping("P", narrow, "by");
|
||||
assert_mapping("P", narrow, "activate");
|
||||
assert_mapping("g", gear_menu, "toggle");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user