Closed
Bug 876704
Opened 12 years ago
Closed 12 years ago
marionette.tap(el) works but el.tap() does not on a list item in the system value selector
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bsilverberg, Unassigned)
References
Details
When trying to click on an option [1] in the system value selector, using el.tap() does nothing, while marionette.tap(el) works. The test for this is at [2].
[1] https://github.com/mozilla-b2g/gaia/blob/v1.0.1/apps/system/index.html#L636 - it is a dynamic li element added into here
[2] https://github.com/mozilla/gaia-ui-tests/blob/v1.0.1/gaiatest/tests/ftu/test_ftu_skip_tour.py
Reporter | ||
Comment 1•12 years ago
|
||
This is now fixed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
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
•