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
=== modified file 'debian/changelog'
--- debian/changelog 2014-10-16 21:46:24 +0000
+++ debian/changelog 2014-10-25 13:39:22 +0000
@@ -26,6 +26,7 @@
26 * Unload the inner clock texture when not required. Inner clock texture smooth is26 * Unload the inner clock texture when not required. Inner clock texture smooth is
27 now set to false to improve startup animation.27 now set to false to improve startup animation.
28 * Customised splash screen (white background) (LP: #1377638)28 * Customised splash screen (white background) (LP: #1377638)
29 * Added manual test to check disabling of alarms.
2930
30 [Akiva Shammai Avraham]31 [Akiva Shammai Avraham]
31 * Improved the analog clock performance by updating the clock hands every second32 * Improved the analog clock performance by updating the clock hands every second
3233
=== modified file 'tests/manual/2014.com.ubuntu.clock:clock-tests/jobs/alarms.pxu'
--- tests/manual/2014.com.ubuntu.clock:clock-tests/jobs/alarms.pxu 2014-09-12 17:10:18 +0000
+++ tests/manual/2014.com.ubuntu.clock:clock-tests/jobs/alarms.pxu 2014-10-25 13:39:22 +0000
@@ -136,3 +136,23 @@
136 The alarm should ring again (with haptic feedback). Note that if an alarm is set to ring136 The alarm should ring again (with haptic feedback). Note that if an alarm is set to ring
137 originally at 10:00:00 and you snooze it the first time at 10:01:30, it should ring the next137 originally at 10:00:00 and you snooze it the first time at 10:01:30, it should ring the next
138 time at 10:03:30 and not at 10:02:00.138 time at 10:03:30 and not at 10:02:00.
139
140id: alarm/disable-alarm
141plugin: manual
142depends: alarm/trigger-alarm
143estimated_duration: 360
144_summary: Test the alarm disable feature
145_description:
146 This test checks if the alarm disable feature works as expected.
147 1. Launch the clock app.
148 Clock app opens showing the current local time.
149 2. Swipe the bottom edge to open the alarms page.
150 Alarms page should appear showing a list of alarm. If empty then you should see a
151 message being displayed that "No saved alarms".
152 3. Press the plus icon to create a new alarm. Change the alarm time to ring in the next
153 minute. Do not change any other options. Save Alarm.
154 The saved alarm should be displayed in the alarms page.
155 4. Press the switch next to the alarm that was just created to disable it.
156 The alarm switch should be colorless to indicate it is disabled.
157 5. Wait for the time to pass the alarm time.
158 The alarm should not ring since it was disabled.

Subscribers

People subscribed via source and target branches