Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created April 3, 2014 14:03
Show Gist options
  • Save bobsilverberg/9954962 to your computer and use it in GitHub Desktop.
Save bobsilverberg/9954962 to your computer and use it in GitHub Desktop.
TEST-START test_cards_view_with_two_apps.py
test_that_app_can_be_launched_from_cards_view (test_cards_view_with_two_apps.TestCardsView)
https://moztrap.mozilla.org/manage/case/2462/ ... ERROR
======================================================================
ERROR: None
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/lib/python2.7/site-packages/marionette_client-0.7.4-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/Users/bsilverberg/gitRepos/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/cards_view/test_cards_view_with_two_apps.py", line 39, in test_that_app_can_be_launched_from_cards_view
cards_view.wait_for_cards_view_not_displayed()
File "/Users/bsilverberg/gitRepos/gaia/tests/python/gaia-ui-tests/gaiatest/apps/system/regions/cards_view.py", line 50, in wait_for_cards_view_not_displayed
self.wait_for_element_not_displayed(*self._cards_view_locator)
File "/Users/bsilverberg/gitRepos/gaia/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 88, in wait_for_element_not_displayed
'Element %s still visible after timeout' % locator)
TimeoutException: TimeoutException: Element #screen.cards-view:not(.edges) still visible after timeout
TEST-UNEXPECTED-FAIL | test_cards_view_with_two_apps.py test_cards_view_with_two_apps.TestCardsView.test_that_app_can_be_launched_from_cards_view |
----------------------------------------------------------------------
Ran 1 test in 88.579s
FAILED (errors=1)
SUMMARY
-------
passed: 1
failed: 1
todo: 0
FAILED TESTS
-------
test_cards_view_with_two_apps.py test_cards_view_with_two_apps.TestCardsView.test_that_app_can_be_launched_from_cards_view
Traceback (most recent call last):
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/bin/gaiatest", line 9, in <module>
load_entry_point('gaiatest==0.21.2', 'console_scripts', 'gaiatest')()
File "/Users/bsilverberg/gitRepos/gaia/tests/python/gaia-ui-tests/gaiatest/runtests.py", line 49, in main
cli(runner_class=GaiaTestRunner, parser_class=GaiaTestOptions)
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/lib/python2.7/site-packages/marionette_client-0.7.4-py2.7.egg/marionette/runtests.py", line 28, in cli
runner = startTestRunner(runner_class, options, tests)
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/lib/python2.7/site-packages/marionette_client-0.7.4-py2.7.egg/marionette/runtests.py", line 19, in startTestRunner
runner.run_tests(tests)
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/lib/python2.7/site-packages/marionette_client-0.7.4-py2.7.egg/marionette/runner/base.py", line 813, in run_tests
run_tests(tests)
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/lib/python2.7/site-packages/marionette_client-0.7.4-py2.7.egg/marionette/runner/mixins/reporting.py", line 41, in html_run_tests
f.write(self.generate_html(self.results))
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/lib/python2.7/site-packages/marionette_client-0.7.4-py2.7.egg/marionette/runner/mixins/reporting.py", line 127, in generate_html
[_extract_html_from_result(test) for test in results.tests]
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/lib/python2.7/site-packages/marionette_client-0.7.4-py2.7.egg/marionette/runner/mixins/reporting.py", line 59, in _extract_html_from_result
debug=result.debug,
AttributeError: 'MarionetteTest' object has no attribute 'debug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment