mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 00:16:19 +08:00
d916ff56b5
Why this change? The test being changed in question has been flaky on our CI. However, we are unable to view the screenshot of why it failed because ActionDispatch will only take a screenshot of the default session upon failure. At the same time, taking screenshot of all sessions automatically upon failure is not possible via the official Capybara or Rails APIs at the moment. Therefore, we're changing this system test to avoid using two custom session and instead have the main assertion use the default session such that any failures will provide us with a screenshot. |
||
---|---|---|
.. | ||
app | ||
assets | ||
config | ||
db | ||
lib | ||
public | ||
spec | ||
test/javascripts | ||
plugin.rb | ||
README.md |
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.