mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Tested by the adding a console log to the handlers and typing Tab and Enter in the group PM and stream compose box. This two event handlers are attached to form#send_message_form which is the compose box form. The tests set keyCode to 42 previously, which does not represent a valid key, so I assume they were trying to test a random key, and replace it with "a".