Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created January 23, 2013 18:28
Show Gist options
  • Select an option

  • Save bobsilverberg/4611304 to your computer and use it in GitHub Desktop.

Select an option

Save bobsilverberg/4611304 to your computer and use it in GitHub Desktop.
starting httpd
running webserver on http://192.168.0.20:61269/
TEST-START test_sms.py
test_sms_send (test_sms.TestSms) ... ERROR
======================================================================
ERROR: test_sms_send (test_sms.TestSms)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/tests/test_sms.py", line 33, in setUp
self.data_layer.delete_all_sms()
File "/Users/bsilverberg/gitRepos/gaia-ui-tests/gaiatest/gaia_test.py", line 217, in delete_all_sms
return self.marionette.execute_async_script("return GaiaDataLayer.deleteAllSms();", special_powers=True)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 495, in execute_async_script
specialPowers=special_powers)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 243, in _send_message
self._handle_error(response)
File "/Users/bsilverberg/.virtualenvs/gaia-ui-tests/lib/python2.7/site-packages/marionette/marionette.py", line 278, in _handle_error
raise JavascriptException(message=message, status=status, stacktrace=stacktrace)
TEST-UNEXPECTED-FAIL | test_sms.py TestSms.test_sms_send | JavascriptException: TypeError: sms is null
----------------------------------------------------------------------
Ran 1 test in 4.976s
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