diff options
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual index ed930a9..412a97a 100644 --- a/tests/manual +++ b/tests/manual @@ -31,3 +31,33 @@ Test-case indicator-messages/unity8-phone-symbolic-icon <dt>Verify the application icon in the menu item is monochromatic</dt> <dd>On the right side of the item the application icon should have no color</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> |