diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-05 14:47:02 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-09-05 14:47:02 -0500 |
commit | aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6 (patch) | |
tree | 200b5ccce5d03c85e64197aac162bbd1f682a41e /tests/manual | |
parent | 8e0ddac8a13c77863d21b5de00c2fc8b796b9c99 (diff) | |
parent | 415f18f56667eea5c650d209b9ac1464a70ef7f5 (diff) | |
download | ayatana-indicator-display-aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6.tar.gz ayatana-indicator-display-aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6.tar.bz2 ayatana-indicator-display-aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6.zip |
Add a rotation lock indicator
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual new file mode 100644 index 0000000..f175b22 --- /dev/null +++ b/tests/manual @@ -0,0 +1,16 @@ + +Test-case indicator-display/rotation-indicator +<dl> + <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>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> + + +<strong> + If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result. + If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>. + |