Closed
Bug 1225881
Opened 9 years ago
Closed 9 years ago
test_clock_alarm_in_lockscreen.py fails: AttributeError: 'Clock' object has no attribute 'tap_new_alarm'
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: martijn.martijn)
References
()
Details
Attachments
(1 file)
| Assignee | ||
Comment 1•9 years ago
|
||
TEST-START | test_clock_alarm_in_lockscreen.py TestClockAlarmInLockscreen.test_clock_set_alarm_in_lockscreen
TEST-UNEXPECTED-ERROR | test_clock_alarm_in_lockscreen.py TestClockAlarmInLockscreen.test_clock_set_alarm_in_lockscreen | AttributeError: 'Clock' object has no attribute 'tap_new_alarm'
Traceback (most recent call last):
File "/Users/mwargers/.virtualenvs/zapion_test2/lib/python2.7/site-packages/marionette_client-1.0.0-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/Users/mwargers/B2G/gaia_clean/tests/python/gaia-ui-tests/gaiatest/tests/functional/clock/test_clock_alarm_in_lockscreen.py", line 41, in test_clock_set_alarm_in_lockscreen
new_alarm = self.clock.tap_new_alarm()
TEST-INFO took 64688ms
SUMMARY
-------
passed: 0
failed: 1
todo: 0
Assignee: nobody → martijn.martijn
Comment 2•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Attachment #8689077 -
Flags: review?(npark)
Attachment #8689077 -
Flags: review?(jlorenzo)
| Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8689077 [details] [review]
[gaia] mwargers:1225881 > mozilla-b2g:master
r+, modulo 1 line. More details in the PR.
Attachment #8689077 -
Flags: review?(jlorenzo) → review+
Comment 4•9 years ago
|
||
Comment on attachment 8689077 [details] [review]
[gaia] mwargers:1225881 > mozilla-b2g:master
looks straightforward, r+
Attachment #8689077 -
Flags: review?(npark) → review+
| Assignee | ||
Comment 5•9 years ago
|
||
Updated and merged: https://github.com/mozilla-b2g/gaia/commit/2cfc7b3e387acae8813dbe0f9f37889e99de6b84
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•