aboutsummaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-10-10 14:16:59 -0500
committerTed Gould <ted@gould.cx>2014-10-10 14:16:59 -0500
commitb6081ca691dc5d7cc41b41837378f8045a8741e8 (patch)
tree0ace35a9a7ade2fa11b418842717f3007cabcb8e /tests/manual
parentf079f5a27a70a377b8787610f1bef62d8af7fe7c (diff)
downloadayatana-indicator-sound-b6081ca691dc5d7cc41b41837378f8045a8741e8.tar.gz
ayatana-indicator-sound-b6081ca691dc5d7cc41b41837378f8045a8741e8.tar.bz2
ayatana-indicator-sound-b6081ca691dc5d7cc41b41837378f8045a8741e8.zip
Adding in a manual test for the high volume notification
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual
index d9fb7d5..f69cf14 100644
--- a/tests/manual
+++ b/tests/manual
@@ -39,3 +39,21 @@ Test-case indicator-sound/unity8-sound-notifications
<dd>A notification bubble should appear with the sound volume</dd>
<dd>No notification sound should be heard</dd>
</dl>
+
+Test-case indicator-sound/unity8-high-volume
+<dl>
+ <dt>Plug headphones into the headphone jack</dt>
+ <dt>Adjust volume so that it is at the midpoint of volume range</dt>
+ <dd>The slider should be in the middle of the scale</dd>
+ <dt>Increase the volume once using HW keys if available</dt>
+ <dd>A notification bubble should appear with the sound volume</dd>
+ <dd>The text on the notification should read "Volume"</dd>
+ <dt>Increase the volume using HW keys until it is roughly 90% of the range</dt>
+ <dd>A notification bubble should appear with the sound volume</dd>
+ <dd>The text on the notification should read "High volume"</dd>
+ <dd>The range on the notification bubble should have a different color signifying the higher volume</dd>
+ <dt>Decrease the volume using HW keys until it is roughly 50% of the range</dt>
+ <dd>A notification bubble should appear with the sound volume</dd>
+ <dd>The text on the notification should read "Volume"</dd>
+ <dd>The range on the notification bubble should have a standard color</dd>
+</dl>