diff --git a/gui/manualtest/mainwindow.md b/gui/manualtest/mainwindow.md new file mode 100644 index 00000000000..563a538530f --- /dev/null +++ b/gui/manualtest/mainwindow.md @@ -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. +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 diff --git a/gui/manualtest/mainwindow.txt b/gui/manualtest/mainwindow.txt deleted file mode 100644 index 6d1c0740c56..00000000000 --- a/gui/manualtest/mainwindow.txt +++ /dev/null @@ -1,23 +0,0 @@ - -=========== -Main window -=========== - -Some manual testing in the main window interface - - -Recheck file -============ - -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 -============== - -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