Add manual test scenarios for remembering window state

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-05-19 16:58:16 -07:00
parent 69d4a77f1e
commit 63dcd43025
No known key found for this signature in database
GPG Key ID: A4931C09644C654B
1 changed files with 5 additions and 0 deletions

View File

@ -44,3 +44,8 @@ Conversation view:
- If a new message comes in while it is already showing, it turns blue
- If a new message comes in while not at the bottom of the conversation (but button is not already showing), it should appear, already blue.
- If you've scrolled up higher than the last seen indicator, then clicking the scroll down button should take you to the last seen indicator. Once there, clicking the button will take you to the bottom of the conversation, at which point the button will disappear.
Electron window locations
- Load app, move and resize window, close app. Start app. Window should be in the same place, with the same size.
- (OSX) Load app, full-screen window, close app. Start app. Window should be full screen.
- (Windows) Load app, maximize window, close app. Start app. Window should be maximized.