diff options
author | Ted Gould <ted@gould.cx> | 2014-11-05 10:43:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-05 10:43:08 -0600 |
commit | e66fbbda3c1f074bde8fa0cfe4219dc051e39f26 (patch) | |
tree | 96cd7d66c0278deaddeadb8b31cff1b0668a973c /tests/manual | |
parent | 90c83dc1179822cbd540a1937c32a61ff5ac8b1a (diff) | |
parent | 7df37f358ee186e95362c88e9013f7f079d2c8ae (diff) | |
download | ayatana-indicator-sound-e66fbbda3c1f074bde8fa0cfe4219dc051e39f26.tar.gz ayatana-indicator-sound-e66fbbda3c1f074bde8fa0cfe4219dc051e39f26.tar.bz2 ayatana-indicator-sound-e66fbbda3c1f074bde8fa0cfe4219dc051e39f26.zip |
Ensure the greeter menu matches whether song metadata should be shown,
and update the metadata based on the new setting. (LP: #1358340)
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual index 8016180..c1cc214 100644 --- a/tests/manual +++ b/tests/manual @@ -95,3 +95,29 @@ Test-case indicator-sound/unity8-audio-roles <dd>When hanging up the voice call it should automatically show up the volume for the alert role (ringtone, notification, etc)</dd> <dd>No other role should be affected by the volume level used by the phone role</dd> </dl> + +Test-case indicator-sound/unity8-embedded-greeter +<dl> + <dt>NOTE: Only works with embedded greeter, split greeter will require modifications to this test</dt> + <dt>Ensure System Settings is set to "Show Messages on Greeter"</dt> + <dt>Play a song in the media player</dt> + <dd>The song should be heard</dd> + <dd>There should be an entry in the sound menu with the meta data for the song being played</dd> + <dt>Go to the greeter. This can be done by hitting the lock button twice.</dt> + <dt>Ensure the sound menu has song meta data</dt> + <dd>There should be an entry in the sound menu with the meta data for the song being played</dd> + <dt>Pause the song in the greeter</dt> + <dd>The song should stop playing</dd> + <dt>Resume the song in the greeter</dt> + <dd>The song should continue to play</dd> + <dt>Disable System Settings value "Show Messages on Greeter"</dt> + <dt>Ensure the sound menu has song meta data</dt> + <dd>There should be an entry in the sound menu with the meta data for the song being played</dd> + <dt>Go to the greeter. This can be done by hitting the lock button twice.</dt> + <dt>Ensure the sound menu does not have song meta data</dt> + <dd>There should be an entry for the player but it should have no information on the song being played</dd> + <dt>Pause the song in the greeter</dt> + <dd>The song should stop playing</dd> + <dt>Resume the song in the greeter</dt> + <dd>The song should continue to play</dd> +</dl> |