mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 05:33:38 +08:00
ddf4ecba04
What is the problem? We were calling out to methods that calls `has_css?` or `has_selector?` which returns a boolean. Since we are not using the return value, it means the methods can be deemed unnecessary. However, we do want those checks and this commit adds the necessarily assertions to make use of the return values. |
||
---|---|---|
.. | ||
chat | ||
chat_drawer | ||
modals | ||
sidebar |