diff options
author | Ted Gould <ted@gould.cx> | 2014-10-09 11:32:53 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-09 11:32:53 -0500 |
commit | cab75e01b6b593d9f29110873e8f3c56d2d88c23 (patch) | |
tree | b30b6b76b604dc9a8975701eccfcf366ed96a95c | |
parent | ee5d303733ce43ce73e6e2aa465c904c731096b9 (diff) | |
download | ayatana-indicator-messages-cab75e01b6b593d9f29110873e8f3c56d2d88c23.tar.gz ayatana-indicator-messages-cab75e01b6b593d9f29110873e8f3c56d2d88c23.tar.bz2 ayatana-indicator-messages-cab75e01b6b593d9f29110873e8f3c56d2d88c23.zip |
Test case for greeter checking
-rw-r--r-- | tests/manual | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual index c8eb280..f31d259 100644 --- a/tests/manual +++ b/tests/manual @@ -22,3 +22,33 @@ Test-case indicator-messages/unity8-items-check <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> + |