diff options
author | Ted Gould <ted@gould.cx> | 2014-10-09 11:18:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-09 11:18:21 -0500 |
commit | 7df37f358ee186e95362c88e9013f7f079d2c8ae (patch) | |
tree | c01b8ae508f18c6273e8eec867070b6ee334f290 /tests/manual | |
parent | a1043d02d1f75d86d059b1fe716ca6ac9d548ddd (diff) | |
download | ayatana-indicator-sound-7df37f358ee186e95362c88e9013f7f079d2c8ae.tar.gz ayatana-indicator-sound-7df37f358ee186e95362c88e9013f7f079d2c8ae.tar.bz2 ayatana-indicator-sound-7df37f358ee186e95362c88e9013f7f079d2c8ae.zip |
Test plan test for the greeter mode
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 201465c..039eead 100644 --- a/tests/manual +++ b/tests/manual @@ -22,3 +22,29 @@ Test-case indicator-sound/unity8-items-check <dd>The menu is populated with items</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> + |