~aacid/unity-2d/fast_alt_left_press_fail_test

« back to all changes in this revision

Viewing changes to tests/manual-tests/dash.txt

  • Committer: Tarmac
  • Author(s): Albert Astals
  • Date: 2012-04-16 14:30:20 UTC
  • mfrom: (1043.2.18 dash_tab_handling)
  • Revision ID: tarmac-20120416143020-aqkxea26w9hj29ye
[Dash] Handle Tab and Shift+Tab to navigate between the headers. Fixes: https://bugs.launchpad.net/bugs/891565, https://bugs.launchpad.net/bugs/891648. Approved by Gerry Boland.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
-----
128
128
 
129
129
  # Test case objectives:
 
130
  #   * Check that Tab moves between headers on the dash
 
131
  # Pre-conditions
 
132
  #   * Have a files and folders lens with 3 categories
 
133
  # Test steps
 
134
  #   * Open dash
 
135
  #   * Switch to the files and folders lens
 
136
  #   * Verify focus is on the search entry
 
137
  #   * Press Tab
 
138
  #   * Verify focus is on the first category header
 
139
  #   * Press Tab
 
140
  #   * Verify focus is on the second category header
 
141
  #   * Press Tab
 
142
  #   * Verify focus is on the third category header
 
143
  #   * Press Tab
 
144
 
 
145
-----
 
146
 
 
147
  # Test case objectives:
 
148
  #   * Check that Tab moves between headers and Filters on the dash
 
149
  # Pre-conditions
 
150
  #   * Have a files and folders lens with 3 categories
 
151
  #   * Have the focus on the third header of files and folders lens 
 
152
  #   * Have the filters collapsed
 
153
  # Test steps
 
154
  #   * Verify focus is on the "Filter results" text
 
155
  #   * Press Tab
 
156
  #   * Verify focus is on the first category header
 
157
 
 
158
-----
 
159
 
 
160
  # Test case objectives:
 
161
  #   * Check that Tab moves between Filters "All" buttons
 
162
  # Pre-conditions
 
163
  #   * Be on the files and folders lens
 
164
  #   * Have the focus on the "Filter results" text
 
165
  #   * Have the filters collapsed
 
166
  # Test steps
 
167
  #   * Verify focus is on the "Filter results" text
 
168
  #   * Press Enter to expand the filters
 
169
  #   * Press Tab
 
170
  #   * Verify focus is on the "Last Modified" filter "All" button
 
171
  #   * Press Tab
 
172
  #   * Verify focus is on the "Type" filter "All" button
 
173
  #   * Press Tab
 
174
  #   * Verify focus is on the "Size" filter "All" button
 
175
  #   * Press Tab
 
176
  #   * Verify focus is on the first category header
 
177
 
 
178
-----
 
179
 
 
180
  # Test case objectives:
 
181
  #   * Check that Tab goes to the next category header when not on the header
 
182
  # Pre-conditions
 
183
  #   * Be on the files and folders lens
 
184
  #   * Have the focus on the first category header
 
185
  # Test steps
 
186
  #   * Press Down Arrow
 
187
  #   * Verify focus is on the first element of the first category
 
188
  #   * Press Tab
 
189
  #   * Verify focus is on the second category header
 
190
 
 
191
-----
 
192
 
 
193
  # Test case objectives:
 
194
  #   * Check that Shift+Tab goes to the current category header
 
195
  # Pre-conditions
 
196
  #   * Be on the files and folders lens
 
197
  #   * Have the focus on the first category header
 
198
  # Test steps
 
199
  #   * Press Down Arrow
 
200
  #   * Verify focus is on the first element of the first category
 
201
  #   * Press Shift+Tab
 
202
  #   * Verify focus is on the first category header
 
203
 
 
204
-----
 
205
 
 
206
  # Test case objectives:
 
207
  #   * Check that Shift+Tab cycles through category headers and filters
 
208
  # Pre-conditions
 
209
  #   * Be on the files and folders lens
 
210
  #   * Have the filters uncollapsed
 
211
  #   * Have the focus on the third category header
 
212
  # Test steps
 
213
  #   * Press Shift+Tab
 
214
  #   * Verify focus is on the second category header
 
215
  #   * Press Shift+Tab
 
216
  #   * Verify focus is on the first category header
 
217
  #   * Press Shift+Tab
 
218
  #   * Verify focus is on the "Size" filter "All" button
 
219
  #   * Press Shift+Tab
 
220
  #   * Verify focus is on the "Type" filter "All" button
 
221
  #   * Press Shift+Tab
 
222
  #   * Verify focus is on the "Last Modified" filter "All" button
 
223
  #   * Press Shift+Tab
 
224
  #   * Verify focus is on the "Filter results" text
 
225
  #   * Press Shift+Tab
 
226
  #   * Verify focus is on the third category header
 
227
 
 
228
-----
 
229
 
 
230
# Test case objectives:
130
231
  #   * Verify the 4 finger tap gesture toggles the dash
131
232
  # Pre-conditions
132
233
  #   * None