Closed
Bug 928937
Opened 12 years ago
Closed 12 years ago
test_delete_contact.py cannot find contact
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Firefox OS Graveyard
Gaia::UI Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bkelly, Assigned: bkelly)
References
Details
(Whiteboard: [xfail])
Attachments
(1 file)
Currently the test_delete_contact.py test is failing because it cannot find the contact it wants to delete. This is occurring because it need to use:
self.contact['givenName'][0]
Instead of:
self.contact['givenName']
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #819734 -
Flags: review?(zcampbell)
Comment 2•12 years ago
|
||
Comment on attachment 819734 [details]
Pull request at https://github.com/mozilla-b2g/gaia/pull/12979
Depends on https://bugzilla.mozilla.org/show_bug.cgi?id=928922, but fundamentally sound.
Attachment #819734 -
Flags: review?(zcampbell) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [xfail]
Comment 4•12 years ago
|
||
This fix should have included a change to the manifest file reenabling the test. Can that please be done?
Status: RESOLVED → REOPENED
Flags: needinfo?(bkelly)
Resolution: FIXED → ---
Assignee | ||
Comment 5•12 years ago
|
||
This test still needs bug 928922 to land before it will work. This was just one of two things that was broken.
Flags: needinfo?(bkelly)
Assignee | ||
Comment 6•12 years ago
|
||
Closing this again as bug 928922 will re-enable the test once it lands.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•