Closed
Bug 1024487
Opened 12 years ago
Closed 11 years ago
Intermittent test_click_chrome.py test_click_chrome.TestClickChrome.test_click | NoSuchElementException: NoSuchElementException: Unable to locate element: testBox
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: emorley, Unassigned)
Details
(Keywords: intermittent-failure, pi-marionette-intermittent)
Ubuntu VM 12.04 x64 mozilla-inbound pgo test marionette on 2014-06-12 06:08:49 PDT for push 1b9c61ae1688
slave: tst-linux64-spot-1066
https://tbpl.mozilla.org/php/getParsedLog.php?id=41598498&tree=Mozilla-Inbound
{
06:10:51 INFO - TEST-START test_click_chrome.py
06:10:52 INFO - test_click (test_click_chrome.TestClickChrome) ... ERROR
06:10:52 INFO - ======================================================================
06:10:52 INFO - ERROR: None
06:10:52 INFO - ----------------------------------------------------------------------
06:10:52 INFO - Traceback (most recent call last):
06:10:52 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette_test.py", line 170, in run
06:10:52 INFO - testMethod()
06:10:52 INFO - File "/builds/slave/test/build/tests/marionette/tests/testing/marionette/client/marionette/tests/unit/test_click_chrome.py", line 29, in test_click
06:10:52 INFO - box = self.marionette.find_element(By.ID, "testBox")
06:10:52 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 1224, in find_element
06:10:52 INFO - response = self._send_message('findElement', 'value', **kwargs)
06:10:52 INFO - File "/builds/slave/test/build/tests/marionette/marionette/decorators.py", line 35, in _
06:10:52 INFO - return func(*args, **kwargs)
06:10:52 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 644, in _send_message
06:10:52 INFO - self._handle_error(response)
06:10:52 INFO - File "/builds/slave/test/build/tests/marionette/marionette/marionette.py", line 675, in _handle_error
06:10:52 INFO - raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
06:10:52 ERROR - TEST-UNEXPECTED-FAIL | test_click_chrome.py test_click_chrome.TestClickChrome.test_click | NoSuchElementException: NoSuchElementException: Unable to locate element: testBox
06:10:52 INFO - ----------------------------------------------------------------------
06:10:52 INFO - Ran 1 test in 0.230s
}
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 2•11 years ago
|
||
[Mass closure] This has not been hit in two months so closing
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 3•3 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•