mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:56:01 +08:00
7218da7510
This commit introduces a couple of changes: 1. When editing a chat channel's slug, we were using `this.model.set("title", title)` when the `set` function does not exist. This was actually throwing the error in the "can edit slug" system test where the modal was not closed after saving and was flashing an error. 2. Introduce `PageObjects::Pages::ChatChannelAbout` and `PageObjects::Modals::ChatChannelEdit` page object to encapsulate logic better. |
||
---|---|---|
.. | ||
components/chat | ||
fabricators | ||
integration | ||
jobs | ||
lib | ||
mailers | ||
models | ||
queries/chat | ||
requests | ||
serializer | ||
services | ||
support | ||
system | ||
validators | ||
plugin_helper.rb | ||
plugin_spec.rb |