diff options
| -rw-r--r-- | manual-tests/Dash.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/manual-tests/Dash.txt b/manual-tests/Dash.txt index 2a3e9c0c2..4210c81fa 100644 --- a/manual-tests/Dash.txt +++ b/manual-tests/Dash.txt @@ -99,6 +99,27 @@ Expected Result: "Sorry nothing matches your search" text. +Dash category expand test +-------------------------- +This tests whether the dash expands a certain search results category if it is the only one containing search results. +https://bugs.launchpad.net/unity/+bug/950710 + +Setup: + +Actions: + * Open the dash home view + * Search for something on your system that returns multiple results (more than the number that can fit in a row) + yet all results are in one category only. This differs per system; try searching for "gnome" in the home lens, or "kde" + in the app lens. + * Multiple results should be returned in both the cases, but if searching for "gnome" on the home lens returns folders in addition to apps + or "kde" returns results from two categories in the apps lens, then keep experimenting with other search strings. + * When you have at least one situation in which results from only one category are returned, and the number of results are enough to overflow one single row, + the test is complete. + +Expected result: + * When a single row of results isn't enough to contain all returned search results, and there are no other category headers, the displayed category + header expands automatically + Filter Results Tests ======================== These tests show that the dash "All" button works well. |
