Last active
June 20, 2017 20:04
-
-
Save bwinton/e3047419851e1ca392e5202d90f85b5a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0:20.60 TEST_END: MainThread ERROR, expected PASS | |
Traceback (most recent call last): | |
File "c:\Users\bwinton\Programming\mozilla-central\testing/marionette/harness\marionette_harness\marionette_test\testcases.py", line 188, in run | |
self.tearDown() | |
File "c:\Users\bwinton\Programming\mozilla-central\testing\firefox-ui\tests\functional\sessionstore\test_tabbar_session_restore_button.py", line 54, in tearDown | |
super(TestBaseTabbarSessionRestoreButton, self).tearDown() | |
File "c:\Users\bwinton\Programming\mozilla-central\testing/marionette/puppeteer/firefox\firefox_puppeteer\mixins.py", line 100, in tearDown | |
self._check_and_fix_leaked_handles() | |
File "c:\Users\bwinton\Programming\mozilla-central\testing/marionette/puppeteer/firefox\firefox_puppeteer\mixins.py", line 60, in _check_and_fix_leaked_handles | |
self.browser.tabbar.close_all_tabs([self.browser.tabbar.tabs[0]]) | |
File "c:\Users\bwinton\Programming\mozilla-central\testing/marionette/puppeteer/firefox\firefox_puppeteer\ui\browser\tabbar.py", line 62, in tabs | |
tabs = self.toolbar.find_elements(By.TAG_NAME, 'tab') | |
File "c:\Users\bwinton\Programming\mozilla-central\testing/marionette/client\marionette_driver\marionette.py", line 61, in find_elements | |
return self.marionette.find_elements(method, target, self.id) | |
File "c:\Users\bwinton\Programming\mozilla-central\testing/marionette/client\marionette_driver\marionette.py", line 1860, in find_elements | |
"findElements", body, key="value" if self.protocol == 1 else None) | |
File "c:\Users\bwinton\Programming\mozilla-central\testing/marionette/client\marionette_driver\decorators.py", line 23, in _ | |
return func(*args, **kwargs) | |
File "c:\Users\bwinton\Programming\mozilla-central\testing/marionette/client\marionette_driver\marionette.py", line 739, in _send_message | |
self._handle_error(err) | |
File "c:\Users\bwinton\Programming\mozilla-central\testing/marionette/client\marionette_driver\marionette.py", line 772, in _handle_error | |
raise errors.lookup(error)(message, stacktrace=stacktrace) | |
JavascriptException: Element reference not seen before: dabce870-09fe-437e-be2a-f7e7cf190c9d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment