-
Notifications
You must be signed in to change notification settings - Fork 665
Testing Scenarios 2.1
Klaas Freitag edited this page Oct 28, 2015
·
18 revisions
- The flow of when a login window was changed, so it would be nice to verify that we don't either: Enter an infinite loop of showing notifications since a login window is expected to end the loop (but would not happen in some cases) Or that a login window should be shown, but that a "can't login" notification is shown instead (for example if a Sign In button is pressed).
- A notification should be shown if the login credentials have been invalidated by the server, or at startup
- A login window should be shown if the user explicitly request to login, either through the new Sign In button in the account settings, either through the tray icon.
The client should work with a server setup with file firewall properly. To test set, set up a file firewall on the server, configure some cases where the firewall refuses some files to be uploaded and check if the client displays proper error messages and such.
Acceptance criteria: Local repository discovery does not take noticeable time any more. Uploads of new files start immediately.
☁️