Closed
Bug 1194698
Opened 10 years ago
Closed 9 years ago
Intermittent failure in test_import_contacts_menu_no_network.py in contacts_app.tap_settings()
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: intermittent-failure)
From http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1/395/HTML_Report/
Traceback (most recent call last):
File "/var/jenkins/1/workspace/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1/.env/local/lib/python2.7/site-packages/marionette_client-0.16-py2.7.egg/marionette/marionette_test.py", line 296, in run
testMethod()
File "/var/jenkins/1/workspace/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_import_contacts_menu_no_network.py", line 24, in test_import_contacts_menu_no_network
contacts_settings = contacts_app.tap_settings()
File "/var/jenkins/1/workspace/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1/tests/python/gaia-ui-tests/gaiatest/apps/contacts/app.py", line 76, in tap_settings
Wait(self.marionette).until(expected.element_not_displayed(settings))
File "/var/jenkins/1/workspace/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1/.env/local/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 30.2 seconds
The screenshot looks all right, apparently, the settings button didn't respond to being tapped upon in this case. Perhaps the event listener wasn't registered yet?
I haven't been able to reproduce this locally in automation, yet.
| Reporter | ||
Updated•10 years ago
|
Keywords: intermittent-failure
| Reporter | ||
Comment 1•10 years ago
|
||
I repeated 10 times, no failure.
| Reporter | ||
Comment 2•9 years ago
|
||
Marking WONTFIX, sorry for the bug spam. If somebody still wants to work on this, please file a new bug for it.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•