~gordallott/unity/hud

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Test Filter "All" Button
========================
These tests show that the dash "All" button works well.


Test "All" Button 1
-------------------

#. Just after the login open the "Filter results".

Outcome
  "All" should be selected by default in every filter category.
  
Test "All" Button 2
-------------------

#. Make sure the "All" button is selected.
#. Try to activate it.

Outcome
  Click on it should do nothing.
  

Test "All" Button 3
-------------------

#. Make sure the "All" button is selected.
#. Select another item in the filter category.

Outcome:
  The all button should automatically toggle to the un-selected state.

Test "All" Button 4
-------------------

#. Make sure the one or more items is selected in a filter category.
#. Deselect all items.

Outcome:
  The all button should automatically toggle to the selected state.