Skip to content

Instantly share code, notes, and snippets.

@andreeamatei
andreeamatei / gist:5090733
Created March 5, 2013 14:41
Failure test_wallpaper.py
======================================================================
ERROR: test_change_wallpaper (test_wallpaper.TestWallpaper)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/andreeamatei/gaia-ui-tests/gaiatest/tests/test_wallpaper.py", line 39, in test_change_wallpaper
self.marionette.tap(display_item)
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.5.19-py2.7.egg/marionette/marionette_touch.py", line 30, in tap
self.execute_script("%s.tap(arguments[0], null, null, null, null, arguments[1]);" % self.library_name, [element, send_all])
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.5.19-py2.7.egg/marionette/marionette.py", line 497, in execute_script
scriptTimeout=script_timeout)