aboutsummaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-03-24 14:57:29 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-03-24 14:57:29 +0000
commit4999139dbd3c18121c4cd4047acc184a752de903 (patch)
tree260039b31a9603cb4b2cc9b9ddab7168408283d2 /tests/manual
parent788ce491db24c607aad64b3a51573b5bb82890bf (diff)
parent2a37cca87e0894769ba0a6ad1f0cb63bd6b4c8bf (diff)
downloadayatana-greeter-session-broadcast-4999139dbd3c18121c4cd4047acc184a752de903.tar.gz
ayatana-greeter-session-broadcast-4999139dbd3c18121c4cd4047acc184a752de903.tar.bz2
ayatana-greeter-session-broadcast-4999139dbd3c18121c4cd4047acc184a752de903.zip
Sound menu action support
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual
index c05689f..b98e06b 100644
--- a/tests/manual
+++ b/tests/manual
@@ -11,3 +11,28 @@ Test-case unity-greeter-session-broadcast/application-on-greeter
<dd>If there is a PIN set the dialog should be shown, enter the PIN</dd>
<dd>The session should open with the selected app in focus</dd>
</dl>
+
+Test-case unity-greeter-session-broadcast/sound-control-relay
+<dl>
+ <dt>NOTE: This test requires the separated greeter to land before it can be executed</dt>
+ <dt>Start Music playing using the music app (may require copying music to the device)</dt>
+ <dd>Music should be playing out the speaker</dd>
+ <dt>Open the Sound Indicator</dt>
+ <dd>The music player should be listed</dd>
+ <dd>The currently playing song should be shown</dd>
+ <dt>Lock the screen of the device</dt>
+ <dd>Music should still be playing out the speaker</dd>
+ <dt>Click the power button to cause the screen to turn on</dt>
+ <dd>The screen should contain the lock screen</dd>
+ <dt>Open the Sound Indicator</dt>
+ <dd>The music player should be listed</dd>
+ <dd>The currently playing song should be shown</dd>
+ <dt>Press the Pause button</dt>
+ <dd>The music should stop playing</dd>
+ <dt>Press the Play button</dt>
+ <dd>The music should continue where it left off</dd>
+ <dt>Press the Next button</dt>
+ <dd>The music should switch to the next track</dd>
+ <dt>Press the Previous button</dt>
+ <dd>The music should switch to the previously playing track</dd>
+</dl>