Closed
Bug 1114653
Opened 11 years ago
Closed 11 years ago
Intermittent test_a11y_calendar_month_view_select_event.py TestCalendarMonthViewSelectEventAccessibility.test_a11y_calendar_month_view_select_event | StaleElementException: StaleElementException: The element reference is stale. Either the element is no...
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Firefox OS Graveyard
Gaia::UI Tests
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1114629
People
(Reporter: ryanvm, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1095052 +++
Does this test just hate weekends or something?
05:53:23 INFO - TEST-START | test_a11y_calendar_month_view_select_event.py TestCalendarMonthViewSelectEventAccessibility.test_a11y_calendar_month_view_select_event
05:53:42 ERROR - TEST-UNEXPECTED-ERROR | test_a11y_calendar_month_view_select_event.py TestCalendarMonthViewSelectEventAccessibility.test_a11y_calendar_month_view_select_event | StaleElementException: StaleElementException: The element reference is stale. Either the element is no longer attached to the DOM or the page has been refreshed.
05:53:42 INFO - Traceback (most recent call last):
05:53:42 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette_test.py", line 268, in run
05:53:42 INFO - testMethod()
05:53:42 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/tests/accessibility/calendar/test_a11y_calendar_month_view_select_event.py", line 36, in test_a11y_calendar_month_view_select_event
05:53:42 INFO - event = self.calendar.event(self.event_title)
05:53:42 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/apps/calendar/app.py", line 90, in event
05:53:42 INFO - if event.title == title:
05:53:42 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/apps/calendar/app.py", line 307, in title
05:53:42 INFO - return self.root_element.find_element(*self._title_locator).text
05:53:42 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette.py", line 58, in find_element
05:53:42 INFO - return self.marionette.find_element(method, target, self.id)
05:53:42 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette.py", line 1354, in find_element
05:53:42 INFO - response = self._send_message('findElement', 'value', **kwargs)
05:53:42 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/decorators.py", line 36, in _
05:53:42 INFO - return func(*args, **kwargs)
05:53:42 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette.py", line 634, in _send_message
05:53:42 INFO - self._handle_error(response)
05:53:42 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette.py", line 677, in _handle_error
05:53:42 INFO - raise errors.StaleElementException(message=message, status=status, stacktrace=stacktrace)
05:53:42 INFO - TEST-INFO took 18966ms
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•11 years ago
|
Whiteboard: [b2ga11y stabilitiy]
Updated•11 years ago
|
QA Whiteboard: [fxosqa-auto-backlog-]
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Keywords: intermittent-failure
Resolution: --- → DUPLICATE
Whiteboard: [b2ga11y stabilitiy]
You need to log in
before you can comment on or make changes to this bug.
Description
•