aboutsummaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-10-21 14:59:42 -0400
committerTed Gould <ted@gould.cx>2014-10-21 14:59:42 -0400
commita0e1933c639fec0844aa7415472e151985ac3309 (patch)
treeeb7d74d94ea2d5fccded0f18a8ce030ae0e093e6 /tests/manual
parent4a8ee52ea141103bcb632069755af77ad510de9e (diff)
parentd03df27ecf368de1591e9a9e4c59167ed00b66e4 (diff)
downloadayatana-indicator-sound-a0e1933c639fec0844aa7415472e151985ac3309.tar.gz
ayatana-indicator-sound-a0e1933c639fec0844aa7415472e151985ac3309.tar.bz2
ayatana-indicator-sound-a0e1933c639fec0844aa7415472e151985ac3309.zip
Merge trunk
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual
index 201465c..0df4186 100644
--- a/tests/manual
+++ b/tests/manual
@@ -22,3 +22,38 @@ Test-case indicator-sound/unity8-items-check
<dd>The menu is populated with items</dd>
</dl>
+Test-case indicator-sound/unity8-sound-notifications
+<dl>
+ <dt>Adjust volume using HW keys if available</dt>
+ <dd>A notification bubble should appear with the sound volume</dd>
+ <dd>An audibule sound should play at the level of the audio</dd>
+ <dt>Adjust volume with slider in sound indicator</dt>
+ <dd>A notification bubble should appear with the sound volume</dd>
+ <dd>An audibule sound should play at the level of the audio</dd>
+ <dt>Open a video with sound and play in media player</dt>
+ <dd>The video should play and the sound should be audible</dd>
+ <dt>Adjust volume using HW keys if available</dt>
+ <dd>A notification bubble should appear with the sound volume</dd>
+ <dd>No notification sound should be heard</dd>
+ <dt>Adjust volume with slider in sound indicator</dt>
+ <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>There should be no text on the notification</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>There should be no text on the notification</dd>
+ <dd>The range on the notification bubble should have a standard color</dd>
+</dl>