diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-12-08 23:09:08 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2014-12-08 23:09:08 +0000 |
commit | b05f411503474231de48ee038d16e2d0e49bed4f (patch) | |
tree | 160077bd77534638e0c5431670d1c6dc97b98dd2 /tests | |
parent | 6de98acd45d855789fdd4bfdf45fa826eef22828 (diff) | |
parent | f84d3bdb7006eee351942a31d033ca0d62f3292a (diff) | |
download | ayatana-indicator-datetime-b05f411503474231de48ee038d16e2d0e49bed4f.tar.gz ayatana-indicator-datetime-b05f411503474231de48ee038d16e2d0e49bed4f.tar.bz2 ayatana-indicator-datetime-b05f411503474231de48ee038d16e2d0e49bed4f.zip |
After a one-time Ubuntu alarm's notification is displayed, disable the alarm. Fixes: #1362341
Approved by: Ted Gould, PS Jenkins bot
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 c2522aa..71d1e06 100644 --- a/tests/manual +++ b/tests/manual @@ -48,6 +48,16 @@ Test-case indicator-datetime/disabled-alarms <dd>When the alarm is enabled, the alarm icon should reappear.</dd> </dl> +Test-case indicator-datetime/disable-one-time-alarms-after-notification +<dl> + <dt>Create and save an upcoming nonrepeating alarm in ubuntu-clock-app</dt> + <dd>Confirm that the alarm icon appears next to the current time in unity's indicator display</dd> + <dt>Wait until the alarm time is reached</dt> + <dd>Confirm that the alarm notification is shown</dd> + <dd>Confirm that the alarm's sound is played while the alarm notification is present</dd> + <dd>Confirm that the one-time alarm is disabled after the notification is shown. NOTE: due to a refresh bug in clock-app you may need to refresh its alarms page (by swapping back to the main page, then the alarm page again, this is tracked in #1362341) in order to see the alarm change from enabled to disabled.</dd> +</dl> + Test-case indicator-datetime/calendar-event-notification <dl> <dt>In the calendar app, create and save a new upcoming calendar event that will occur in the next few minutes.</dt> |