Skip to content

Commit

Permalink
test/manual.txt: add scenarios for new scroll down button
Browse files Browse the repository at this point in the history
FREEBIE
  • Loading branch information
scottnonnenberg committed May 23, 2017
1 parent 8b4402e commit 533ec52
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/manual.txt
Expand Up @@ -4,7 +4,7 @@ Some things are very difficult to test programmatically. Also, if you don't have

Conversation view:
Last seen indicator:
- Make window small, switch away from conversation, receive messages that would more than fill up the window, switch back to conversation: the 'N unread messages' text should be at the top of the window, most recent message should be off-screen
- Make window small, switch away from conversation, receive messages that would more than fill up the window, switch back to conversation: the 'N unread messages' text should be at the top of the window, most recent message should be off-screen. You should see a highlighted scroll down button in the bottom-right.
(do this with conversation already loaded and with conversation not previously loaded )
- Receive more messages while this is showing - the number should increment, and the window should not scroll
- Scroll to the bottom of the window, receive more messages - each message should scroll the window down, so the latest message stays at the bottom of the window.
Expand All @@ -18,3 +18,9 @@ Conversation view:
Scrolling:
- If scrolled to bottom of a conversation, should stay there when a new message comes in
- If scrolled to the middle of a conversation, should stay there when a new message comes in
- When you've scrolled up an entire screen's worth, a scroll down button in the bottom right should appear`

Scroll-down button:
- Clicking it takes you to the bottom of the conversation, makes the button disappear
- If a new message comes in while it is already showing, it highlights (darker in light them, lighter in dark theme)
- If a new message comes in while not at the bottom of the converstation (but buttin is not already showing), it should appear in highlighted form

0 comments on commit 533ec52

Please sign in to comment.