diff options
author | Ted Gould <ted@gould.cx> | 2014-10-15 09:15:26 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-15 09:15:26 -0500 |
commit | c104a2064c6e328a20d134d5985828ba913b2bce (patch) | |
tree | fd1fc33f62bbde5a306cbafc0babf446f6bfbccb /tests/manual | |
parent | 714687351a4eb93f3fc712ef3ce2459371075142 (diff) | |
parent | 46c7d4c1cb1a6552ba205beaf233d66dcd4fc8a7 (diff) | |
download | ayatana-indicator-sound-c104a2064c6e328a20d134d5985828ba913b2bce.tar.gz ayatana-indicator-sound-c104a2064c6e328a20d134d5985828ba913b2bce.tar.bz2 ayatana-indicator-sound-c104a2064c6e328a20d134d5985828ba913b2bce.zip |
Fixes for icon values and manual tests
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> |