Closed
Bug 996607
Opened 11 years ago
Closed 11 years ago
Dialer tests are failing when making a call
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: AndreiH, Unassigned)
Details
This can also be seen locally.
It seems like *self._call_screen_locator frame is not present anymore. Maybe locator has changed.
Traceback (most recent call last):
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/marionette_test.py", line 163, in run
06:31:58 testMethod()
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/tests/functional/contacts/test_call_contact.py", line 35, in test_call_contact
06:31:58 call_screen = contact_details.tap_phone_number()
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/contact_details.py", line 44, in tap_phone_number
06:31:58 return CallScreen(self.marionette)
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/apps/phone/regions/call_screen.py", line 23, in __init__
06:31:58 self.wait_for_element_present(*self._call_screen_locator, timeout=30)
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 29, in wait_for_element_present
06:31:58 lambda m: m.find_element(by, locator))
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/wait.py", line 143, in until
06:31:58 cause=last_exc)
06:31:58 TimeoutException: Traceback (most recent call last):
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/wait.py", line 122, in until
06:31:58 rv = condition(self.marionette)
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 29, in <lambda>
06:31:58 lambda m: m.find_element(by, locator))
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/marionette.py", line 1189, in find_element
06:31:58 response = self._send_message('findElement', 'value', **kwargs)
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/marionette.py", line 613, in _send_message
06:31:58 self._handle_error(response)
06:31:58 File "/var/jenkins/workspace/b2g.hamachi.mozilla-central.ui/.env/local/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/marionette.py", line 634, in _handle_error
06:31:58 raise NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
06:31:58 TimeoutException: Timed out after 30.1462259293 seconds, caused by <class 'marionette.errors.NoSuchElementException'>
06:31:58 TEST-UNEXPECTED-FAIL | test_call_contact.py test_call_contact.TestContacts.test_call_contact |
06:31:58 ----------------------------------------------------------------------
06:31:58 Ran 1 test in 87.273s
| Reporter | ||
Comment 1•11 years ago
|
||
| Reporter | ||
Comment 2•11 years ago
|
||
It fails because https://github.com/mozilla-b2g/gaia/commit/7afce8a6e965a45f38988227828ccdfb315394f3 not landed in pvt build
Comment 3•11 years ago
|
||
This is not a bug.
https://github.com/mozilla-b2g/gaia/commit/7afce8a6e965a45f38988227828ccdfb315394f3
It looks like the build did not contained that commit so it's a expected fail
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•