~seb128/indicator-transfer/translations

« back to all changes in this revision

Viewing changes to tests/manual

  • Committer: CI bot
  • Author(s): Charles Kerr
  • Date: 2014-08-27 02:32:28 UTC
  • mfrom: (14.1.6 better-content-hub-use)
  • Revision ID: ps-jenkins@lists.canonical.com-20140827023228-uzdfq3nmg344g2lu
Better use of information provided by content-hub. Fixes: 1348162, 1348170, 1350307, 1350771, 1361347, 1361363
Approved by: Ted Gould, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
Test-case indicator-transfer/simple-download-check
 
2
Test-case indicator-transfer/download-an-image
3
3
<dl>
4
4
    <dt>Ensure indicator-transfer-service is running<dt>
5
 
            <dd>The indicator should be visible in the panel</dd>
6
 
 
7
 
            <dt>Run the script tests/simple-download.py and, immediately afterwards,
8
 
                click or pull down on the indicator so that its menu is visible
9
 
                and its menuitems can be observed while the downloads run.</dt>
10
 
                    <dd>In the 'Ongoing Transfers' section, the transfers should appear</dd>
11
 
                    <dd>In the 'Ongoing Transfers' section, a 'Pause all' button should appear</dd>
12
 
                    <dd>While transfers are active, the indicator's icon should indicate activity</dd>
13
 
                    <dd>As each transfer finishes, its menuitem should move from the 'Ongoing' to 'Successful' section</dd>
14
 
                    <dd>As the first transfer is moved to the 'Successful' section, a 'Clear all' button should appear</dd>
15
 
                    <dd>As the last transfer finishes, the indicator's icon should change to indicate an idle state</dd>
16
 
                    <dd>As the last transfer finishes, the 'Pause all' button should disappear</dd>
17
 
 
18
 
            <dt>After all the transfers finish, press the 'Clear all' button.</dt>
19
 
                    <dd>All three transfers should be cleared from the menu.</dd>
20
 
                    <dd>The 'Clear all' button should disappear</dd>
 
5
        <dd>The indicator should be visible in the panel</dd>
 
6
    <dt>Start downloading an image from the Browser to the Gallery.
 
7
        (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>
 
9
        <dd>In the 'Ongoing Transfers' section, the transfer should appear</dd>
 
10
        <dd>In the 'Ongoing Transfers' section, a 'Pause all' button should appear</dd>
 
11
        <dd>While transfer is active, the indicator's icon should indicate activity</dd>
 
12
        <dd>While transfer is active, the menuitem's progressbar should show its progress</dd>
 
13
        <dd>As the transfer finishes, its menuitem should move from the 'Ongoing' to 'Successful' section</dd>
 
14
        <dd>As the transfer finishes, the indicator's icon should change to indicate an idle state</dd>
 
15
        <dd>As the transfer finishes, the 'Pause all' button should disappear</dd>
 
16
    <dt>Click on the completed transfer's menuitem</dt>
 
17
        <dd>The gallery app should launch</dd>
 
18
    <dt>Press the 'Clear all' button.</dt>
 
19
        <dd>The transfer should be cleared from the menu.</dd>
 
20
        <dd>The 'Clear all' button should disappear</dd>
21
21
</dt>
22
22
 
23
23
<strong>