~ubuntu-branches/ubuntu/utopic/indicator-transfer/utopic

« back to all changes in this revision

Viewing changes to tests/manual

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Charles Kerr
  • Date: 2014-10-07 19:48:01 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20141007194801-leihxswcevvug72c
Tags: 0.1+14.10.20141007-0ubuntu1
[ Charles Kerr ]
Change the indicator's label to "Files" and only show the indicator
if there are unfinished transfers. (LP: #1377275)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
Test-case indicator-transfer/visibility
 
3
<dl>
 
4
    <dt>Start downloading an image from the Browser to the Gallery.
 
5
        (In the Browser, tap-and-hold on an image, choose 'Save image'
 
6
        in the popup, and select 'Gallery' at the 'Open with ' prompt.</dt>
 
7
        <dd>If the indicator wasn't already visible in the panel, it should appear as the transfer begins.</dd>
 
8
        <dd>After the last transfer finished, the indicator should disappear from the panel.</dd>
 
9
</dt>
 
10
 
2
11
Test-case indicator-transfer/download-an-image
3
12
<dl>
4
 
    <dt>Ensure indicator-transfer-service is running<dt>
5
 
        <dd>The indicator should be visible in the panel</dd>
6
13
    <dt>Start downloading an image from the Browser to the Gallery.
7
14
        (In the Browser, tap-and-hold on an image, choose 'Save image'
8
 
        in the popup, and select 'Gallery' at the 'Open with ' prompt.</dt>
 
15
        in the popup, and select 'Gallery' at the 'Open with ' prompt.)</dt>
 
16
        <dd>If the indicator wasn't already visible in the panel, it should appear as the transfer begins.</dd>
9
17
        <dd>In the 'Ongoing Transfers' section, the transfer should appear</dd>
10
18
        <dd>In the 'Ongoing Transfers' section, a 'Pause all' button should appear</dd>
11
19
        <dd>While transfer is active, the indicator's icon should indicate activity</dd>
13
21
        <dd>As the transfer finishes, its menuitem should move from the 'Ongoing' to 'Successful' section</dd>
14
22
        <dd>As the transfer finishes, the indicator's icon should change to indicate an idle state</dd>
15
23
        <dd>As the transfer finishes, the 'Pause all' button should disappear</dd>
 
24
        <dd>After the transfer is finished, the indicator should disappear from the panel.</dd>
16
25
    <dt>Click on the completed transfer's menuitem</dt>
17
26
        <dd>The gallery app should launch</dd>
18
27
    <dt>Press the 'Clear all' button.</dt>