~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to manual-tests/Preview.txt

  • Committer: Daniel van Vugt
  • Date: 2012-09-13 10:56:42 UTC
  • mfrom: (2684 unity)
  • mto: This revision was merged to the branch mainline in revision 2698.
  • Revision ID: daniel.van.vugt@canonical.com-20120913105642-9on2ald55h54j1zn
Merge latest lp:unity and fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
Setup:
7
7
#. Open dash super
8
 
#. Open a lens which supports previeing (eg Application, Music, File)
 
8
#. Open a lens which supports previewing (e.g. Application, Music, File)
9
9
#. Enter arbitrary search string and ensure a result is available.
10
10
 
11
11
Actions:
23
23
 
24
24
Setup:
25
25
#. Open dash super
26
 
#. Open a lens which supports previeing (eg Application, Music, File)
 
26
#. Open a lens which supports previewing (e.g. Application, Music, File)
27
27
#. Enter arbitrary search string and ensure at least 2 results are available.
28
28
#. Right-click the mouse on at least the second result.
29
29
#. Wait for the preview window to open and finish animating.
32
32
#. Click the 'navigate left' icon.
33
33
 
34
34
Expected Result:
35
 
  The current preview will swipe out and the new prevew result will swipe from right
 
35
  The current preview will swipe out and the new preview result will swipe from right
36
36
  to left using an ease in-out curve progression.
37
37
 
38
38
 
43
43
 
44
44
Setup:
45
45
#. Open dash super
46
 
#. Open a lens which supports previeing (eg Application, Music, File)
 
46
#. Open a lens which supports previewing (e.g. Application, Music, File)
47
47
#. Enter arbitrary search string and ensure at least 2 results are available.
48
48
#. Right-click the mouse on at most the second last result.
49
49
#. Wait for the preview window to open and finish animating.
52
52
#. Click the navigate right icon.
53
53
 
54
54
Expected Result:
55
 
  The current preview will swipe out and the new prevew result will swipe from right
 
55
  The current preview will swipe out and the new preview result will swipe from right
56
56
  to left using an ease in-out curve progression.
57
57
 
58
58
 
73
73
  The Track information will contain a title and duration.
74
74
 
75
75
 
76
 
Preview Music Play
 
76
Preview Music Track Play
77
77
note: Should be automated.
78
78
------------
79
79
This tests the dash music preview track play
84
84
#. Open a preview for a result which contains tracks.
85
85
 
86
86
Actions:
87
 
#. Play first track.
 
87
#. Hover over track number for the track you wish to play.
 
88
#. Click play icon.
88
89
 
89
90
Expected Result:
 
91
  When hovering on track number, it will change to a play icon.
90
92
  Music Player daemon will start playing track and update status of the track
91
93
  in the preview to playing as well as update it's progress.
92
94
 
93
95
 
94
 
Preview Music Pause
 
96
Preview Music Track Pause
95
97
note: Should be automated.
96
98
------------
97
99
This tests the dash preview preview navigate right animation
100
102
#. Open music lens (Super+M)
101
103
#. Enter arbitrary search string and ensure a result is available.
102
104
#. Open a preview for a result which contains tracks.
103
 
#. Play first track.
 
105
#. Play first track. (by hovering+click on track number.)
104
106
 
105
107
Actions:
106
 
#. Pause playing track.
 
108
#. Hover over pause icon for the track which is playing.
 
109
#. Click pause icon.
107
110
 
108
111
Expected Result:
 
112
  When hovering on play icon, it will change to a pause icon.
109
113
  Music Player daemon will pause the playing track and update it's status
110
 
  to paused. Progress will stop incresing.
 
114
  to paused. Progress will stop increasing.
111
115
 
112
116
 
113
117
Preview Application Launch
126
130
 
127
131
Expected Result:
128
132
  Preview should close and launch the gedit application.
 
133
 
 
134
 
 
135
Preview Open Geometry
 
136
------------
 
137
This tests the dash preview opens with the correct size and
 
138
its geometry is updated when changing between form factor (desktop & netbook)
 
139
 
 
140
Setup:
 
141
#. Open dash super
 
142
#. Ensure dash is in windowed mode (not full screen)
 
143
#. Open a lens which supports previewing (e.g. Application, Music, File)
 
144
#. Enter arbitrary search string and ensure a result is available.
 
145
 
 
146
Actions:
 
147
#. Open preview for result.
 
148
#. Resize dash to full screen.
 
149
#. Resize dash back to windowed mode.
 
150
 
 
151
Expected Result:
 
152
  A preview will open with the correct size initially (no size flicker).
 
153
  When the dash is resized, the preview will center its geometry and stay the correct size.