We want to match editing behavior with the native. If the user types an empty message, the edit button will be disabled, and the user will be prevented from saving the changes.
Details
Details
- Entered edit mode of a message.
- Cleared the whole message.
- Checked if the edit button is disabled.
- Typed some spaces.
- Checked if the edit button is still disabled.
- Typed some text.
- Checked if the edit button is enabled.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- kuba/empty_messages_web
- Lint
No Lint Coverage - Unit
No Test Coverage