Closed
Bug 1217910
Opened 9 years ago
Closed 9 years ago
test_findmydevice.py : TimeoutException: TimeoutException: Timed out after 61.3 seconds
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MaxIvanov, Unassigned)
References
Details
Description: Test case fails with "TimeoutException"
Steps:
1. Update a flame device to 20151023030241
2. Run this test case http://lxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_findmydevice.py
Actual result:
"TimeoutException"
Expected result:
Test completes successfully.
Repro Rate: Reproduced via Jenkins adhoc (0/5 passing)
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk.ui.adhoc.bitbar/311/HTML_Report/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_client-1.0.0-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_findmydevice.py", line 27, in test_findmydevice
fxaccount = findmydevice.tap_login()
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/settings/regions/findmydevice.py", line 23, in tap_login
expected.element_present(*self._login_locator))
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-1.0.0-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 61.3 seconds
Comment 1•9 years ago
|
||
This was fixed by bug 1218001.
You need to log in
before you can comment on or make changes to this bug.
Description
•