diff options
author | Ted Gould <ted@gould.cx> | 2014-10-09 09:52:40 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-09 09:52:40 -0500 |
commit | d10cf747faeebb0b363fe80666c82cf659a116ab (patch) | |
tree | 2f976c9303fdbc4622197db2739e1a6daa59f147 | |
parent | 27e2a3618ac09e9ca3dbbc30ed4d8ebec71feba9 (diff) | |
download | ayatana-indicator-sound-d10cf747faeebb0b363fe80666c82cf659a116ab.tar.gz ayatana-indicator-sound-d10cf747faeebb0b363fe80666c82cf659a116ab.tar.bz2 ayatana-indicator-sound-d10cf747faeebb0b363fe80666c82cf659a116ab.zip |
Adding a notifications test case
-rw-r--r-- | tests/manual | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual index 201465c..d9fb7d5 100644 --- a/tests/manual +++ b/tests/manual @@ -22,3 +22,20 @@ Test-case indicator-sound/unity8-items-check <dd>The menu is populated with items</dd> </dl> +Test-case indicator-sound/unity8-sound-notifications +<dl> + <dt>Adjust volume using HW keys if available</dt> + <dd>A notification bubble should appear with the sound volume</dd> + <dd>An audibule sound should play at the level of the audio</dd> + <dt>Adjust volume with slider in sound indicator</dt> + <dd>A notification bubble should appear with the sound volume</dd> + <dd>An audibule sound should play at the level of the audio</dd> + <dt>Open a video with sound and play in media player</dt> + <dd>The video should play and the sound should be audible</dd> + <dt>Adjust volume using HW keys if available</dt> + <dd>A notification bubble should appear with the sound volume</dd> + <dd>No notification sound should be heard</dd> + <dt>Adjust volume with slider in sound indicator</dt> + <dd>A notification bubble should appear with the sound volume</dd> + <dd>No notification sound should be heard</dd> +</dl> |