mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
onboarding: Manage occurrence of 'help' command.
"help" command occurs in the command list in initial pms or when bot doesn't understand the message. It doesn't occur when the bot is respoding to the "help" command itself.
This commit is contained in:
@@ -159,7 +159,7 @@ class TutorialTests(ZulipTestCase):
|
||||
expected_response = (
|
||||
"I’m sorry, I did not understand your message. Please try one of the following commands: "
|
||||
"`apps`, `profile`, `theme`, `streams`, "
|
||||
"`topics`, `message formatting`, `keyboard shortcuts`."
|
||||
"`topics`, `message formatting`, `keyboard shortcuts`, `help`."
|
||||
)
|
||||
self.assertEqual(most_recent_message(user).content, expected_response)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user