-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
|
||
=========== | ||
Main window | ||
=========== | ||
# Main window | ||
|
||
Some manual testing in the main window interface | ||
|
||
|
||
Recheck file | ||
============ | ||
## Test: Recheck file | ||
|
||
1. Load a project with results. | ||
1. Restart the GUI. | ||
1. Right click on a file and click on "Recheck". | ||
|
||
Load a project with results. | ||
Restart the GUI. | ||
Right click on a file and click on "Recheck". | ||
EXPECTED: Results for that file should be refreshed. | ||
|
||
|
||
Switch project | ||
============== | ||
## Test: Switch project | ||
|
||
1. Open project #1 | ||
1. Open project #2 that has different results | ||
|
||
Open project #1 | ||
Open project #2 that has different results | ||
EXPECTED: Results for project #1 should go away, results for project #2 should be shown |