-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[template] added comments for possible new tests: for ChatPage
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# can iterate over all message in the proper order of time arrival | ||
# can read last message | ||
# can read last 5 messages | ||
# can read first message available | ||
# can read first 5 messages available | ||
# can send a message | ||
# can send a multiline message | ||
# can detect if the current chat is a fresh chat created by the contact or client | ||
|
||
# can detect all unread messages | ||
# can get the time from an unread message | ||
# can iterate over all unread messages in the proper order of time arrival | ||
|
||
# can reply to a specific message |