aboutsummaryrefslogtreecommitdiff
path: root/tests/manual
blob: 039eead20c21bb3590d24b41438326b9b7783828 (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
39
40
41
42
43
44
45
46
47
48
49
50

Test-case indicator-sound/unity7-items-check
<dl>
	<dt>Log in to a Unity 7 user session</dt>
	<dt>Go to the panel and click on the Sound indicator</dt>
		<dd>Ensure there are items in the menu</dd>
</dl>

Test-case indicator-sound/unity7-greeter-items-check
<dl>
	<dt>Start a system and wait for the greeter or logout of the current user session</dt>
	<dt>Go to the panel and click on the Sound indicator</dt>
		<dd>Ensure there are items in the menu</dd>
</dl>

Test-case indicator-sound/unity8-items-check
<dl>
	<dt>Login to a user session running Unity 8</dt>
	<dt>Pull down the top panel until it sticks open</dt>
	<dt>Navigate through the tabs until "Sound" is shown</dt>
		<dd>Sound is at the top of the menu</dd>
		<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>