Closed
Bug 875741
Opened 12 years ago
Closed 12 years ago
el.tap() does not work on settings button in Contacts app
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: moz.teodosia, Unassigned)
Details
If using el.tap() for the 'Settings' button in the Contacts app, the 'Add Contact'(+) button is tapped instead.
Marionette.tap(el) works as expected.
Example:
The tests [1] is for element [2]
[1] https://github.com/mozilla/gaia-ui-tests/blob/v1.0.1/gaiatest/tests/contacts/test_sort_contacts.py#L37
[2] https://github.com/mozilla-b2g/gaia/blob/v1.0.1/apps/communications/contacts/index.html#L54
Comment 1•12 years ago
|
||
This works on the latest master gecko/gaia, so I'm thinking that once https://bugzilla.mozilla.org/show_bug.cgi?id=857582 gets built into tomorrow's v1.0.1 gecko build, this will be resolved. I will test it once my build completes
Comment 2•12 years ago
|
||
This is now fixed. Thanks mdas!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•