Closed
Bug 957094
Opened 11 years ago
Closed 11 years ago
Investigate intermittent failure in test_everything me_launch_app
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: viorela, Unassigned)
Details
Traceback (most recent call last):
File "/home/viorelaioia/.virtualenvs/gaia/local/lib/python2.7/site-packages/marionette_client-0.7.2-py2.7.egg/marionette/marionette_test.py", line 143, in run
testMethod()
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/everythingme/test_everythingme_launch_app.py", line 25, in test_launch_everything_me_app
search_panel.type_into_search_box(app_name)
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/search_panel.py", line 24, in type_into_search_box
self.keyboard.send(search_term)
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/apps/keyboard/app.py", line 193, in send
self._tap(val)
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/apps/keyboard/app.py", line 135, in _tap
self.wait_for_condition(lambda m: m.find_element(*self._key_locator(val)).is_displayed())
File "/home/viorelaioia/WebQA/gaia/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 103, in wait_for_condition
raise TimeoutException(message)
TEST-UNEXPECTED-FAIL | test_everythingme_launch_app.py test_everythingme_launch_app.TestEverythingMeLaunchApp.test_launch_everything_me_app | TimeoutException: Condition timed out
Reporter | ||
Comment 1•11 years ago
|
||
This bug is fixed by Bug 957163
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•