Closed
Bug 1004496
Opened 11 years ago
Closed 11 years ago
Investigate/fix test_persona_app.py
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1003829
People
(Reporter: njpark, Unassigned)
Details
Test fails when:
signing into/connecting to persona login site. It times out before the login window shows up. During the test, wifi is not turned on, it connects via the cell network, so it could be due to the slow connection.
Stacktrace:
Traceback (most recent call last):
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.6-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/tests/functional/persona/test_persona_app.py", line 36, in test_persona_standard_sign_in
persona = moz_id.tap_standard_sign_in()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/apps/ui_tests/regions/persona.py", line 23, in tap_standard_sign_in
persona.switch_to_persona_frame()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/apps/persona/app.py", line 48, in switch_to_persona_frame
self.wait_for_persona_to_load()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/tests/python/gaia-ui-tests/gaiatest/apps/persona/app.py", line 41, in wait_for_persona_to_load
lambda m: m.find_element(*body_locator).is_displayed()
File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui.non-smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.1 seconds
Version Info:
Gaia 8873166797fecfa65c0afa644d2ebcc7d7cb4ed3 │
│ Gecko https://hg.mozilla.org/mozilla-central/rev/b227a707080f │
│ BuildID 20140501040203 │
│ Version 32.0a1 │
│ ro.build.version.incremental=eng.tclxa.20131223.163538 │
│ ro.build.date=Mon Dec 23 16:36:04 CST 2013
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•