Closed
Bug 1028640
Opened 10 years ago
Closed 10 years ago
ERROR - TEST-UNEXPECTED-FAIL | test_homescreen_edit_mode.py test_homescreen_edit_mode.TestEditMode.test_access_and_leave_edit_mode | MarionetteException: MarionetteException: Element has not been pressed
Categories
(Firefox OS Graveyard :: Gaia::Gallery, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: kgrandon, Unassigned)
References
Details
We have recently caught up 2.0 with the vertical homescreen. I believe this test is intermittent on master, but perma-red on aurora.
All of the homescreen code is the same on both branches, and the test is as well. My hunch is that there may have been some test framework changes we made that did not get uplifted to 2.0?
Reporter | ||
Comment 1•10 years ago
|
||
Zac - are you aware of any recent ui test framework fixes that we performed that may have not been uplifted?
Flags: needinfo?(zcampbell)
Reporter | ||
Comment 2•10 years ago
|
||
This does appear to be different than bug 1027708.
Reporter | ||
Comment 3•10 years ago
|
||
For reference, this was the mega homescreen uplift: https://tbpl.mozilla.org/?tree=Mozilla-Aurora&rev=5a8e8e5a4a5e
Comment 4•10 years ago
|
||
I'm not aware but I'll have a look.
Comment 5•10 years ago
|
||
The error reads more like 2.0 might be missing a Marionette patch.
Comment 6•10 years ago
|
||
I will request for bug 962645 to be uplifted to Aurora.
Flags: needinfo?(zcampbell)
Comment 8•10 years ago
|
||
I've seen another kind of failure for the same test on Travis with v2.0,
https://travis-ci.org/mozilla-b2g/gaia/jobs/28375761
Do I need to open another bug for this?
=====
test_access_and_leave_edit_mode (test_homescreen_edit_mode.TestEditMode) ... ERROR
======================================================================
ERROR: None
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/mozilla-b2g/gaia/travis_venv/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette_test.py", line 170, in run
testMethod()
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/homescreen/test_homescreen_edit_mode.py", line 26, in test_access_and_leave_edit_mode
self.device.touch_home_button()
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 584, in touch_home_button
Wait(self.marionette).until(lambda m: m.find_element(
File "/home/travis/build/mozilla-b2g/gaia/travis_venv/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TEST-UNEXPECTED-FAIL | test_homescreen_edit_mode.py test_homescreen_edit_mode.TestEditMode.test_access_and_leave_edit_mode | TimeoutException: TimeoutException: Timed out after 10.1 seconds
Comment 9•10 years ago
|
||
It seems the above failure is Bug 1028058.
Reporter | ||
Comment 10•10 years ago
|
||
Uplifting bug 962645 fixed this.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•