diff options
author | Ted Gould <ted@gould.cx> | 2014-11-05 10:36:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-05 10:36:40 -0600 |
commit | 3c350eabc0e9eef095933819fc168d8183630eb5 (patch) | |
tree | f48dfc67201d98ec7cc885dfa912c057f00e8572 /tests/manual | |
parent | ec3a83ffca91bc42c494979f4d686367d85ed216 (diff) | |
parent | 1e193a4b99e62b52fb759d00a8745f1c477d965f (diff) | |
download | ayatana-indicator-sound-3c350eabc0e9eef095933819fc168d8183630eb5.tar.gz ayatana-indicator-sound-3c350eabc0e9eef095933819fc168d8183630eb5.tar.bz2 ayatana-indicator-sound-3c350eabc0e9eef095933819fc168d8183630eb5.zip |
Warn on high audio levels when using headphones (LP: #123633, #1373404)
Diffstat (limited to 'tests/manual')
-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> |