From cd20dceed6c963b5165c6cd244583fe7a415759e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 17 Aug 2024 10:36:36 +0200 Subject: [PATCH] GUI testing: Rename mainwindow.txt => mainwindow.md (#6706) --- gui/manualtest/mainwindow.md | 21 +++++++++++++++++++++ gui/manualtest/mainwindow.txt | 23 ----------------------- 2 files changed, 21 insertions(+), 23 deletions(-) create mode 100644 gui/manualtest/mainwindow.md delete mode 100644 gui/manualtest/mainwindow.txt 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