mirror of
https://github.com/discourse/discourse.git
synced 2025-06-25 01:30:17 +08:00

What is this change required? In the `chat/spec/system/transcript_spec.rb` test, there is a helper method that uses `page.has_css?` in a conditional but it do not specify a wait time and hence the default Capybara default max wait time is used. However, there is no need for us to be waiting here so we specify the `wait: 0` option.
This plugin is still in active development and may change frequently
Documentation
The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.
For user documentation, see Discourse Chat.
For developer documentation, see Discourse Documentation.