diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 23:17:38 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-09-02 23:17:38 -0500 |
commit | 84a8bb0debeb68d92049ccb8731d4d07aee7e2f9 (patch) | |
tree | 6fc97acf7e0e5d09abe66c8c158d2b5cc70e2c4b /tests | |
parent | 000f91caf98706d21868e0b41e42388ef68fc9e5 (diff) | |
download | ayatana-indicator-datetime-84a8bb0debeb68d92049ccb8731d4d07aee7e2f9.tar.gz ayatana-indicator-datetime-84a8bb0debeb68d92049ccb8731d4d07aee7e2f9.tar.bz2 ayatana-indicator-datetime-84a8bb0debeb68d92049ccb8731d4d07aee7e2f9.zip |
add manual test for snooze
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/manual b/tests/manual index c932004..64d59c3 100644 --- a/tests/manual +++ b/tests/manual @@ -33,6 +33,16 @@ Test-case indicator-datetime/new-alarm-wakeup <dd>If the device supports haptic feedback, confirm the alarm vibrates.</dd> </dl> +Test-case indicator-datetime/snooze +<dl> + <dt>Create and save an upcoming alarm in ubuntu-clock-app</dt> + <dt>When the alarm goes off, press the 'Snooze' button</dt> + <dd>The alarm should go away, then reappear N minutes later. + By default the N is 5 minutes but will be configurable from ubuntu-clock-app.</dd> + <dt>When the snoozed alarm reappears, press the 'OK' button</dt> + <dd>This time when the alarm is dismissed, it should not reappear.</dd> +</dl> + Test-case indicator-datetime/edited-alarm-wakeup <dl> <dt>Edit an alarm that's already passed. (see previous test)</dt> |