We want to make sure, that the user wanted to close the editing panel. Created a discard edited changes modal. It displays only if there are some changes in the message.
Details
Details
Run the app on iOS.
- Selected message to edit. Edited it. Pressed exit edit mode button. The alert appears.
- Checked if the alert only appears if there are some changes in the message.
- Checked if in both scenarios we restore the message draft after exiting edit mode.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- kuba/messageediting
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/chat/chat-input-bar.react.js | ||
---|---|---|
801 | I think we omit the "the" in names |
Comment Actions
Sure. Updated the test plan. I changed also Discard edit button styling to red (on iOS).