mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00: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.