diff options
author | Ted Gould <ted@gould.cx> | 2014-10-15 16:19:02 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-10-15 16:19:02 +0000 |
commit | d3a1ccfea08bf5fec62b4e49834d06d79423ae03 (patch) | |
tree | 8758043e3064043a115d653c130bf876d2b39a18 /tests | |
parent | 793ca099b8ce34d87596dfbb4bce48c6f3d197a8 (diff) | |
parent | 59fbca3a976b8725d5f7c9b05088b60c87333773 (diff) | |
download | ayatana-indicator-sound-d3a1ccfea08bf5fec62b4e49834d06d79423ae03.tar.gz ayatana-indicator-sound-d3a1ccfea08bf5fec62b4e49834d06d79423ae03.tar.bz2 ayatana-indicator-sound-d3a1ccfea08bf5fec62b4e49834d06d79423ae03.zip |
Warn on high audio levels when using headphones Fixes: 1373404
Approved by: Mirco Müller
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual index d9fb7d5..0df4186 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>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> |