Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created April 16, 2013 03: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/5393067 to your computer and use it in GitHub Desktop.
Save bobsilverberg/5393067 to your computer and use it in GitHub Desktop.
~/gitRepos/gaia-ui-tests[fix_add_new_contact*]$ gaiatest --address=localhost:2828 --testvars=mine/b2g.gaia.json gaiatest/tests/contacts/test_add_new_contact.py
starting httpd
running webserver on http://192.168.0.20:56885/
TEST-START test_add_new_contact.py
test_add_new_contact (test_add_new_contact.TestContacts) ... ERROR
======================================================================
ERROR: test_add_new_contact (test_add_new_contact.TestContacts)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/contacts/test_add_new_contact.py", line 39, in test_add_new_contact
self.assertEqual(contacts_app.contacts[0].name, self.contact['givenName'])
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/apps/contacts/regions/contact_form.py", line 113, in type_comment
element.send_keys(value)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 84, in send_keys
return self.marionette._send_message('sendKeysToElement', 'ok', element=self.id, value=typing)
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 337, in _handle_error
raise ElementNotVisibleException(message=message, status=status, stacktrace=stacktrace)
TEST-UNEXPECTED-FAIL | test_add_new_contact.py TestContacts.test_add_new_contact | ElementNotVisibleException: Element is not visible
----------------------------------------------------------------------
Ran 1 test in 40.828s
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