From 63dcd43025c658d0054e73a8de922df6c76f9c35 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 19 May 2017 16:58:16 -0700 Subject: [PATCH] Add manual test scenarios for remembering window state FREEBIE --- test/manual.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/manual.txt b/test/manual.txt index a8121b4c8..052eb80d5 100644 --- a/test/manual.txt +++ b/test/manual.txt @@ -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.