data: updated description and expected output of manual tests

This commit is contained in:
mlangkabel
2018-11-05 17:05:32 +01:00
parent e47929dcbe
commit 9a8276d76e
6 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -99,7 +99,7 @@ namespace eight {} // <- ACTION: Activate namespace
// RESULTS:
// - dropdown list shrinked to: eight, One
// - dropdown position at top
// - history menu shows: eight, SIX, FIVE, Four, ...
// - history menu shows: eight, One, SIX, FIVE, Four, ...
// END ------------------------------------------------------------------------
@@ -113,7 +113,7 @@ namespace eight {} // <- ACTION: Activate namespace
// RESULTS:
// - dropdown list: Three, eight, One
// - dropdown position at top
// - history menu shows: Three, eight, SIX, FIVE, ...
// - history menu shows: Three, eight, One, SIX, FIVE, ...
// END ------------------------------------------------------------------------