-
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.
GUI testing: Rename mainwindow.txt => mainwindow.md (#6706)
- Loading branch information
Showing
2 changed files
with
21 additions
and
23 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
# Main window | ||
|
||
Some manual testing in the main window interface | ||
|
||
|
||
## Test: Recheck file | ||
|
||
1. Load a project with results. | ||
1. Restart the GUI. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
1. Right click on a file and click on "Recheck". | ||
|
||
EXPECTED: Results for that file should be refreshed. | ||
|
||
|
||
## Test: Switch project | ||
|
||
1. Open project #1 | ||
1. Open project #2 that has different results | ||
|
||
EXPECTED: Results for project #1 should go away, results for project #2 should be shown |
This file was deleted.
Oops, something went wrong.
Mhh, shouldn't it be a sequence? 1.2.3..?