Skip to content

Commit

Permalink
[template] added comments for possible new tests: for ChatPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantaso committed Jul 7, 2020
1 parent cfcda14 commit c50f82e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions simon/tests/chat_page_tests.py
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

0 comments on commit c50f82e

Please sign in to comment.