Merge lp:~nik90/ubuntu-clock-app/add-disable-alarm-manual-test into lp:ubuntu-clock-app

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 162
Merged at revision: 162
Proposed branch: lp:~nik90/ubuntu-clock-app/add-disable-alarm-manual-test
Merge into: lp:ubuntu-clock-app
Diff against target: 39 lines (+21/-0)
2 files modified
debian/changelog (+1/-0)
tests/manual/2014.com.ubuntu.clock:clock-tests/jobs/alarms.pxu (+20/-0)
To merge this branch: bzr merge lp:~nik90/ubuntu-clock-app/add-disable-alarm-manual-test
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Zygmunt Krynicki (community) Approve
Ubuntu Clock Developers Pending
Review via email: mp+239639@code.launchpad.net

Commit message

Added manual test to check disabling of alarms.

Description of the change

Added manual test to check disabling of alarms which at the moment is *not* working due to an upstream change in indicator-datetime and ubuntu-ui-toolkit.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

Looks good, +1

review: Approve
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

Thanks for the review.

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-10-16 21:46:24 +0000
3+++ debian/changelog 2014-10-25 13:39:22 +0000
4@@ -26,6 +26,7 @@
5 * Unload the inner clock texture when not required. Inner clock texture smooth is
6 now set to false to improve startup animation.
7 * Customised splash screen (white background) (LP: #1377638)
8+ * Added manual test to check disabling of alarms.
9
10 [Akiva Shammai Avraham]
11 * Improved the analog clock performance by updating the clock hands every second
12
13=== modified file 'tests/manual/2014.com.ubuntu.clock:clock-tests/jobs/alarms.pxu'
14--- tests/manual/2014.com.ubuntu.clock:clock-tests/jobs/alarms.pxu 2014-09-12 17:10:18 +0000
15+++ tests/manual/2014.com.ubuntu.clock:clock-tests/jobs/alarms.pxu 2014-10-25 13:39:22 +0000
16@@ -136,3 +136,23 @@
17 The alarm should ring again (with haptic feedback). Note that if an alarm is set to ring
18 originally at 10:00:00 and you snooze it the first time at 10:01:30, it should ring the next
19 time at 10:03:30 and not at 10:02:00.
20+
21+id: alarm/disable-alarm
22+plugin: manual
23+depends: alarm/trigger-alarm
24+estimated_duration: 360
25+_summary: Test the alarm disable feature
26+_description:
27+ This test checks if the alarm disable feature works as expected.
28+ 1. Launch the clock app.
29+ Clock app opens showing the current local time.
30+ 2. Swipe the bottom edge to open the alarms page.
31+ Alarms page should appear showing a list of alarm. If empty then you should see a
32+ message being displayed that "No saved alarms".
33+ 3. Press the plus icon to create a new alarm. Change the alarm time to ring in the next
34+ minute. Do not change any other options. Save Alarm.
35+ The saved alarm should be displayed in the alarms page.
36+ 4. Press the switch next to the alarm that was just created to disable it.
37+ The alarm switch should be colorless to indicate it is disabled.
38+ 5. Wait for the time to pass the alarm time.
39+ The alarm should not ring since it was disabled.

Subscribers

People subscribed via source and target branches