Closed
Bug 971600
Opened 11 years ago
Closed 7 years ago
[marionette][Travis] Gecko won't respond when we tap on a select
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: eragonj, Unassigned)
References
Details
It's weird that when we are writing marionette test on local, we can always tap on specific select DOM with right selector. But sadly, there is no way to make it happen on Travis.
Based on discussion on https://bugzilla.mozilla.org/show_bug.cgi?id=956668#c12, we doubted that the reason why we can't tap on the select to show up valueSelector from system app might because we are in xvfb environment in Travis.
Before this bug got fixed, we introduced a workaround in bug 956668 to fake a mozChromeEvent from Gecko when tapping on select. We can removed the workaround if this bug got fixed.
Comment 1•7 years ago
|
||
Bulk closed as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1422750
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•