mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 05:44:59 +00:00
This commit is a series of fixes to improve stability of system tests following the use of threadsafe: * Jobs.run_immediately in before block was causing issues * During test a js error could be caused by an undefined this.details in chat-live-pane * Apply the chat composer click trick everywhere when sending a message, it ensures we are not hiding anything with autocomplete * There was another case not using send_message yet