aboutsummaryrefslogtreecommitdiff
path: root/tests/manual
blob: f31d259482a0d46d889f19ff7480949f59d077f1 (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
51
52
53
54

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

Test-case indicator-messages/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 Messages indicator</dt>
		<dd>Ensure there are items in the menu</dd>
</dl>

Test-case indicator-messages/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 "Notification center" is shown</dt>
		<dd>Incoming is at the top of the menu</dd>
		<dd>The menu is populated with items</dd>
</dl>

Test-case indicator-messages/unity8-embedded-greeter
<dl>
	<dt>NOTE: Only works with embedded greeter, split greeter will require modifications to this test</dt>
	<dt>NOTE: Only works on a device that can receive SMS messages</dt>
	<dt>Ensure System Settings is set to "Show Messages on Greeter"</dt>
	<dt>Send an SMS to the device</dt>
		<dd>The notification icon should change color</dd>
		<dd>There should be an entry in the messaging menu with the SMS message</dd>
		<dd>The item should include the sender and the start of the message</dd>
	<dt>Go to the greeter. This can be done by hitting the lock button twice.</dt>
	<dt>Ensure the messaging menu has the message</dt>
		<dd>The notification icon should have color</dd>
		<dd>There should be an entry in the messaging menu with the SMS message</dd>
		<dd>The item should include the sender and the start of the message</dd>
	<dt>Clear the message in the greeter</dt>
		<dd>The message should no longer be in the messaging menu</dd>
	<dt>Disable System Settings value "Show Messages on Greeter"</dt>
	<dt>Send an SMS to the device</dt>
		<dd>The notification icon should change color</dd>
		<dd>There should be an entry in the messaging menu with the SMS message</dd>
		<dd>The item should include the sender and the start of the message</dd>
	<dt>Go to the greeter. This can be done by hitting the lock button twice.</dt>
	<dt>Ensure the messaging menu has the message, but it does not include the start of the message</dt>
		<dd>The notification icon should have color</dd>
		<dd>There should be an entry in the messaging menu with the SMS message</dd>
		<dd>The item should include the sender but NOT the start of the message</dd>
	<dt>Clear the message in the greeter</dt>
		<dd>The message should no longer be in the messaging menu</dd>
</dl>