mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 11:33:06 +08:00
289fb8f29c
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. |
||
---|---|---|
.. | ||
components/chat | ||
fabricators | ||
integration | ||
jobs | ||
lib | ||
mailers | ||
models | ||
queries/chat | ||
requests | ||
serializer | ||
services | ||
support | ||
system | ||
validators | ||
plugin_helper.rb | ||
plugin_spec.rb |