diff options
author | Ted Gould <ted@gould.cx> | 2014-10-22 12:38:46 -0400 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-22 12:38:46 -0400 |
commit | ebf6a44938610ec386e269d5d5538cbb82a73290 (patch) | |
tree | b1a0dfe1b9a3d5159395c82ba89852ec132f9b2a /tests/manual | |
parent | a2c259f00bae1a0aaf08adb7eb3a4c58ed1bb70b (diff) | |
download | ayatana-indicator-sound-ebf6a44938610ec386e269d5d5538cbb82a73290.tar.gz ayatana-indicator-sound-ebf6a44938610ec386e269d5d5538cbb82a73290.tar.bz2 ayatana-indicator-sound-ebf6a44938610ec386e269d5d5538cbb82a73290.zip |
Silent mode test
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 2816984..05993ed 100644 --- a/tests/manual +++ b/tests/manual @@ -22,6 +22,24 @@ Test-case indicator-sound/unity8-items-check <dd>The menu is populated with items</dd> </dl> +Test-case indicator-sound/unity8-silent-mode +<dl> + <dt>NOTE: This test currently doesn't work because of a bug: </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> |