diff options
author | Ted Gould <ted@gould.cx> | 2014-10-15 08:32:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-15 08:32:11 -0500 |
commit | abf10def9f86ccbf5e1bc9f32669ef28353983c6 (patch) | |
tree | 3d362331fa6addf69b00da5c239703597a81ac60 /tests/manual | |
parent | 0414b149396497e4c837a126d1945905ceb2623c (diff) | |
download | ayatana-indicator-sound-abf10def9f86ccbf5e1bc9f32669ef28353983c6.tar.gz ayatana-indicator-sound-abf10def9f86ccbf5e1bc9f32669ef28353983c6.tar.bz2 ayatana-indicator-sound-abf10def9f86ccbf5e1bc9f32669ef28353983c6.zip |
Remove volume text from manual test
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual b/tests/manual index f69cf14..0df4186 100644 --- a/tests/manual +++ b/tests/manual @@ -47,13 +47,13 @@ Test-case indicator-sound/unity8-high-volume <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> + <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>The text on the notification should read "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> |