Closed
Bug 1032468
Opened 11 years ago
Closed 11 years ago
Intermittent test_clock_create_new_alarm.py test_clock_create_new_alarm.TestClockCreateNewAlarm.test_clock_create_new_alarm | ElementNotVisibleException: ElementNotVisibleException: Element is not currently visible and may not be manipulated
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Unassigned)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
https://tbpl.mozilla.org/php/getParsedLog.php?id=42776422&tree=Mozilla-Inbound
b2g_macosx64 mozilla-inbound opt test gaia-ui-test on 2014-06-30 09:49:21 PDT for push 35b7ab4dafd7
slave: talos-mtnlion-r5-071
10:02:31 INFO - TEST-START test_clock_create_new_alarm.py
10:02:31 INFO - test_clock_create_new_alarm (test_clock_create_new_alarm.TestClockCreateNewAlarm)
10:02:41 INFO - Add an alarm and set label of the new alarm ... ERROR
10:02:41 INFO - ======================================================================
10:02:41 INFO - ERROR: None
10:02:41 INFO - ----------------------------------------------------------------------
10:02:41 INFO - Traceback (most recent call last):
10:02:41 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette_test.py", line 170, in run
10:02:41 INFO - testMethod()
10:02:41 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/clock/test_clock_create_new_alarm.py", line 35, in test_clock_create_new_alarm
10:02:41 INFO - new_alarm.type_alarm_label(alarm_label_text)
10:02:41 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/apps/clock/regions/alarm.py", line 32, in type_alarm_label
10:02:41 INFO - self.marionette.find_element(*self._alarm_name_locator).tap()
10:02:41 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette.py", line 87, in tap
10:02:41 INFO - return self.marionette._send_message('singleTap', 'ok', id=self.id, x=x, y=y)
10:02:41 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/decorators.py", line 35, in _
10:02:41 INFO - return func(*args, **kwargs)
10:02:41 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette.py", line 613, in _send_message
10:02:41 INFO - self._handle_error(response)
10:02:41 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette.py", line 653, in _handle_error
10:02:41 INFO - raise errors.ElementNotVisibleException(message=message, status=status, stacktrace=stacktrace)
10:02:41 ERROR - TEST-UNEXPECTED-FAIL | test_clock_create_new_alarm.py test_clock_create_new_alarm.TestClockCreateNewAlarm.test_clock_create_new_alarm | ElementNotVisibleException: ElementNotVisibleException: Element is not currently visible and may not be manipulated
10:02:41 INFO - ----------------------------------------------------------------------
10:02:41 INFO - Ran 1 test in 9.943s
10:02:41 WARNING - FAILED (errors=1)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 2•11 years ago
|
||
We added a hack for this kind of fail until bug 1032852 is properly fixed
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Flags: needinfo?(florin.strugariu)
QA Contact: florin.strugariu
Resolution: WORKSFORME → ---
Comment 15•11 years ago
|
||
Attachment #8455294 -
Flags: review?(zcampbell)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 17•11 years ago
|
||
Bebe, can we file a bug about getting a 'loaded' class or something on this picker so we know when it's there and when it's been destroyed?
Then we can cite that bug with the sleep() hacks.
Flags: needinfo?(florin.strugariu)
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 20•11 years ago
|
||
Comment on attachment 8455294 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/21698
r+ but hopefully they can add a class onto it for us.
Attachment #8455294 -
Flags: review?(zcampbell) → review+
Comment 21•11 years ago
|
||
Merged:
https://github.com/mozilla-b2g/gaia/commit/075f32fc0b411eadbd91bbc65e06dc5983a09ac9
Close the bug when reports from TBPL stop coming in.
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 25•11 years ago
|
||
Looks like this was fixed
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•