Closed Bug 1112146 Opened 10 years ago Closed 6 years ago

Intermittent test_browser_bookmark.py TestBrowserBookmark.test_browser_bookmark | ElementNotVisibleException: ElementNotVisibleException: Element is not currently visible and may not be manipulated and a bunch more afterwards

Categories

(Firefox OS Graveyard :: Gaia::UI Tests, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: RyanVM, Unassigned)

References

()

Details

(Keywords: intermittent-failure)

Attachments

(1 file)

Unhandled crash maybe?

06:37:36 INFO - TEST-START | test_browser_bookmark.py TestBrowserBookmark.test_browser_bookmark
06:40:28 ERROR - TEST-UNEXPECTED-ERROR | test_browser_bookmark.py TestBrowserBookmark.test_browser_bookmark | ElementNotVisibleException: ElementNotVisibleException: Element is not currently visible and may not be manipulated
06:40:28 INFO - Traceback (most recent call last):
06:40:28 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 268, in run
06:40:28 INFO - testMethod()
06:40:28 INFO - File "/builds/slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_bookmark.py", line 30, in test_browser_bookmark
06:40:28 INFO - browser = search.go_to_url(self.test_url)
06:40:28 INFO - File "/builds/slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/apps/search/app.py", line 25, in go_to_url
06:40:28 INFO - self.marionette.find_element(*self._url_bar_locator).tap()
06:40:28 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette.py", line 89, in tap
06:40:28 INFO - return self.marionette._send_message('singleTap', 'ok', id=self.id, x=x, y=y)
06:40:28 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/decorators.py", line 36, in _
06:40:28 INFO - return func(*args, **kwargs)
06:40:28 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette.py", line 631, in _send_message
06:40:28 INFO - self._handle_error(response)
06:40:28 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette.py", line 671, in _handle_error
06:40:28 INFO - raise errors.ElementNotVisibleException(message=message, status=status, stacktrace=stacktrace)
06:40:28 INFO - TEST-INFO took 172043ms
06:40:29 INFO - TEST-START | test_browser_clear_browsing_history.py TestBrowserClearHistory.test_browser_clear_history
06:43:58 ERROR - TEST-UNEXPECTED-ERROR | test_browser_clear_browsing_history.py TestBrowserClearHistory.test_browser_clear_history | ScriptTimeoutException: ScriptTimeoutException: timed out
06:43:58 INFO - Traceback (most recent call last):
06:43:58 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 250, in run
06:43:58 INFO - self.setUp()
06:43:58 INFO - File "/builds/slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_clear_browsing_history.py", line 15, in setUp
06:43:58 INFO - GaiaTestCase.setUp(self)
06:43:58 INFO - File "/builds/slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 786, in setUp
06:43:58 INFO - self.cleanup_gaia(full_reset=False)
06:43:58 INFO - File "/builds/slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 821, in cleanup_gaia
06:43:58 INFO - if self.data_layer.get_setting('lockscreen.enabled'):
06:43:58 INFO - File "/builds/slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 208, in get_setting
06:43:58 INFO - return self.marionette.execute_async_script('return GaiaDataLayer.getSetting("%s")' % name, special_powers=True)
06:43:58 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette.py", line 1319, in execute_async_script
06:43:58 INFO - filename=os.path.basename(frame[0]))
06:43:58 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/decorators.py", line 36, in _
06:43:58 INFO - return func(*args, **kwargs)
06:43:58 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette.py", line 631, in _send_message
06:43:58 INFO - self._handle_error(response)
06:43:58 INFO - File "/builds/slave/test/build/venv/local/lib/python2.7/site-packages/marionette/marionette.py", line 693, in _handle_error
06:43:58 INFO - raise errors.ScriptTimeoutException(message=message, status=status, stacktrace=stacktrace)
06:43:58 INFO - TEST-INFO took 208738ms 

And so on...
QA Whiteboard: [fxosqa-auto-backlog+]
This is a screenshot from the last Taskcluster failure: http://docs.taskcluster.net/tools/task-inspector/#rMcrO2t8Ss-wvD4C1akk1Q/0
As you can see, when this failure happens, it is in edit mode.
Oh, the last failure is actually in a different place:
TEST-UNEXPECTED-ERROR | test_browser_bookmark.py TestBrowserBookmark.test_browser_bookmark | ElementNotVisibleException: ElementNotVisibleException: Element is not currently visible and may not be manipulated
 Traceback (most recent call last):
   File "/home/worker/build/venv/local/lib/python2.7/site-packages/marionette/marionette_test.py", line 296, in run
     testMethod()
   File "/home/worker/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_bookmark.py", line 47, in test_browser_bookmark
     homescreen.bookmark(self.bookmark_title).tap_delete_app().tap_confirm(bookmark=True)
   File "/home/worker/gaia/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/app.py", line 196, in tap_delete_app
     self.root_element.find_element(*self._delete_app_locator).tap()
   File "/home/worker/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 80, in tap
     return self.marionette._send_message('singleTap', 'ok', id=self.id, x=x, y=y)
   File "/home/worker/build/venv/local/lib/python2.7/site-packages/marionette_driver/decorators.py", line 36, in _
     return func(*args, **kwargs)
   File "/home/worker/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 715, in _send_message
     self._handle_error(response)
   File "/home/worker/build/venv/local/lib/python2.7/site-packages/marionette_driver/marionette.py", line 751, in _handle_error
     raise errors.lookup(status)(message, stacktrace=stacktrace)

http://mxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_bookmark.py#29
http://mxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/apps/search/app.py#18
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: