diff options
author | Ted Gould <ted@gould.cx> | 2014-11-05 10:40:59 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-05 10:40:59 -0600 |
commit | 90c83dc1179822cbd540a1937c32a61ff5ac8b1a (patch) | |
tree | 9b24fa6d076c8043277871734aa6e89c7619fb5d /tests/manual | |
parent | b14dbdb01894c282bcc75761a8fc5b2dc4f66826 (diff) | |
parent | 6e42c539dd125c3a44c82d135df3f0788d974771 (diff) | |
download | ayatana-indicator-sound-90c83dc1179822cbd540a1937c32a61ff5ac8b1a.tar.gz ayatana-indicator-sound-90c83dc1179822cbd540a1937c32a61ff5ac8b1a.tar.bz2 ayatana-indicator-sound-90c83dc1179822cbd540a1937c32a61ff5ac8b1a.zip |
Integration test for silent mode
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 ba5cf3f..8016180 100644 --- a/tests/manual +++ b/tests/manual @@ -58,6 +58,24 @@ Test-case indicator-sound/unity8-high-volume <dd>The range on the notification bubble should have a standard color</dd> </dl> +Test-case indicator-sound/unity8-silent-mode +<dl> + <dt>NOTE: This test currently doesn't work because of a bug: http://pad.lv/1336715</dt> + <dt>Open the Sound menu</dt> + <dd>The sound menu includes an item "Silent Mode" which is a check box</dd> + <dd>The checkbox is not checked</dd> + <dt>Enable silent mode</dt> + <dd>Selecting the "Silent Mode" item should cause the box to be checked</dd> + <dt>Open the sound panel in system settings</dt> + <dd>The sound panel includes an item "Silent Mode" which is a check box</dd> + <dd>The checkbox is checked</dd> + <dt>Disable silent mode in system settings</dt> + <dd>The checkbox is not checked</dd> + <dt>Open the Sound menu</dt> + <dd>The sound menu includes an item "Silent Mode" which is a check box</dd> + <dd>The checkbox is not checked</dd> +</dl> + Test-case indicator-sound/unity8-audio-roles <dl> <dt>Without playing anything (no active audio stream), change the volume on the indicator or with the volume buttons and then try playing one of the following audio streams: camera shutter, ringtone, message notification, dtmf</dt> |