diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-08-20 22:35:16 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-08-20 22:35:16 -0500 |
commit | 1b90575c67de3cf6459785cc18e3d661a826bece (patch) | |
tree | 6ea2f73a4556c89b8dffd761e53a5e0892d08dac /tests/manual | |
parent | ec2c7ec58b192e0b907239ad1ff840fe69b4da56 (diff) | |
download | ayatana-indicator-display-1b90575c67de3cf6459785cc18e3d661a826bece.tar.gz ayatana-indicator-display-1b90575c67de3cf6459785cc18e3d661a826bece.tar.bz2 ayatana-indicator-display-1b90575c67de3cf6459785cc18e3d661a826bece.zip |
add rotation lock indicator
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/tests/manual b/tests/manual index fc81e6e..a0e5264 100644 --- a/tests/manual +++ b/tests/manual @@ -1,24 +1,14 @@ -Test-case indicator-transfer/simple-download-check +Test-case indicator-datetime/rotation-indicator <dl> - <dt>Ensure indicator-transfer-service is running<dt> - <dd>The indicator should be visible in the panel</dd> + <dt>On the phone, enable the orientation lock in ubuntu-system-settings.</dt> + <dd>The rotation lock indicator should appear, and its switch menuitem should be set to 'true'.</dd> - <dt>Run the script tests/simple-download.py and, immediately afterwards, - click or pull down on the indicator so that its menu is visible - and its menuitems can be observed while the downloads run.</dt> - <dd>In the 'Ongoing Transfers' section, the transfers should appear</dd> - <dd>In the 'Ongoing Transfers' section, a 'Pause all' button should appear</dd> - <dd>While transfers are active, the indicator's icon should indicate activity</dd> - <dd>As each transfer finishes, its menuitem should move from the 'Ongoing' to 'Successful' section</dd> - <dd>As the first transfer is moved to the 'Successful' section, a 'Clear all' button should appear</dd> - <dd>As the last transfer finishes, the indicator's icon should change to indicate an idle state</dd> - <dd>As the last transfer finishes, the 'Pause all' button should disappear</dd> + <dt>With the orientation locked, click on the indicator's switch menuitem to toggle from locked to unlocked.</dd> + <dd>The rotation lock indicator should disappear</dd> + <dd>In ubuntu-system-settings, the orientation lock control should change to 'none'.</dd> +</dl> - <dt>After all the transfers finish, press the 'Clear all' button.</dt> - <dd>All three transfers should be cleared from the menu.</dd> - <dd>The 'Clear all' button should disappear</dd> -</dt> <strong> If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result. |