Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created April 16, 2013 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobsilverberg/5392338 to your computer and use it in GitHub Desktop.
Save bobsilverberg/5392338 to your computer and use it in GitHub Desktop.
~/gitRepos/gaia-ui-tests[fix_contact_sort*]$ gaiatest --address=localhost:2828 --testvars=mine/b2g.gaia.json gaiatest/tests/contacts/test_sort_contacts.py
starting httpd
running webserver on http://192.168.0.20:54819/
TEST-START test_sort_contacts.py
test_sort_contacts (test_sort_contacts.TestContacts)
Test sorting of contacts ... ERROR
======================================================================
ERROR: test_sort_contacts (test_sort_contacts.TestContacts)
Test sorting of contacts
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/contacts/test_sort_contacts.py", line 64, in test_sort_contacts
contacts_settings.tap_order_by_last_name()
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/contacts/regions/settings_form.py", line 22, in tap_order_by_last_name
self.marionette.tap(self.marionette.find_element(*self._order_by_last_name_locator))
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 583, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 310, in _send_message
self._handle_error(response)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 367, in _handle_error
raise MarionetteException(message=message, status=status, stacktrace=stacktrace)
TEST-UNEXPECTED-FAIL | test_sort_contacts.py TestContacts.test_sort_contacts | MarionetteException: Illegal value
----------------------------------------------------------------------
Ran 1 test in 46.367s
FAILED (errors=1)
SUMMARY
-------
passed: 0
failed: 1
todo: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment