~charlesk/indicator-datetime/lp-1405806-improve-clock-change-detection-rtm-14.09

« back to all changes in this revision

Viewing changes to tests/manual

After a one-time Ubuntu alarm's notification is displayed, disable the alarm. Fixes: #1362341
Approved by: Ted Gould

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                <dd>When the alarm is enabled, the alarm icon should reappear.</dd>
49
49
</dl>
50
50
 
 
51
Test-case indicator-datetime/disable-one-time-alarms-after-notification
 
52
<dl>
 
53
        <dt>Create and save an upcoming nonrepeating alarm in ubuntu-clock-app</dt>
 
54
                <dd>Confirm that the alarm icon appears next to the current time in unity's indicator display</dd>
 
55
        <dt>Wait until the alarm time is reached</dt>
 
56
                <dd>Confirm that the alarm notification is shown</dd>
 
57
                <dd>Confirm that the alarm's sound is played while the alarm notification is present</dd>
 
58
                <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>
 
59
</dl>
 
60
 
51
61
Test-case indicator-datetime/calendar-event-notification
52
62
<dl>
53
63
        <dt>In the calendar app, create and save a new upcoming calendar event that will occur in the next few minutes.</dt>