aboutsummaryrefslogtreecommitdiff
path: root/tests/manual
blob: 47b8a4a73665ce957b38bff178487a22594f0dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Test-case ayatana-greeter-session-broadcast/application-on-greeter
<dl>
    <dt>NOTE: This test requires the separated greeter to land before it can be executed</dt>
	<dt>Go to the home screen of the shell</dt>
	<dt>Lock the screen of the device</dt>
	<dt>Click the power button to cause the screen to turn on</dt>
	    <dd>The screen should contain the lock screen</dd>
	<dt>Slide on the left edge to reveal the launcher</dt>
	    <dd>The launcher should appear with several apps on it</dd>
	<dt>Select one of the apps on the launcher</dt>
	    <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 ayatana-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>