test: Fixed typos and issues in manual tests

This commit is contained in:
Eberhard Graether
2018-12-17 23:06:15 +01:00
parent 22b1b0cc40
commit 4152deb15e
8 changed files with 23 additions and 28 deletions
@@ -96,17 +96,11 @@ private:
int a = sum(1, 2); // <- ACTION 1: activate sum
/*
// ACTION 2: click '-' button in snippet bar
// ACTION 2: click into the file bar area
// RESULT 2: snippet gets minimized
// ACTION 3: click '=' button in snippet bar
// ACTION 3: click into the file bar area again
// RESULT 3: snippet expands again
// ACTION 4: click into the file bar area
// RESULT 4: snippet gets minimized
// ACTION 5: click into the file bar area again
// RESULT 5: snippet gets expanded again
*/
// END ------------------------------------------------------------------------