Skip to content

Instantly share code, notes, and snippets.

@rbuels
Created October 23, 2013 18:42
Show Gist options
  • Save rbuels/7124203 to your computer and use it in GitHub Desktop.
Save rbuels/7124203 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: test_yeast (yeast_biodb_compressed_test.CompressedYeastBiodbTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/rob/jbrowse/jbrowse2/tests/selenium_tests/yeast_biodb_test.py", line 32, in test_yeast
self.overview_rubberband( 0.2, 0.5 )
File "/home/rob/jbrowse/jbrowse2/tests/selenium_tests/jbrowse_selenium/JBrowseTest.py", line 165, in overview_rubberband
self._rubberband( "//div[@id='overview']", start_pct, end_pct )
File "/home/rob/jbrowse/jbrowse2/tests/selenium_tests/jbrowse_selenium/JBrowseTest.py", line 121, in _rubberband
c.perform()
File "/home/rob/python-lib/local/lib/python2.7/site-packages/selenium/webdriver/common/action_chains.py", line 44, in perform
action()
File "/home/rob/python-lib/local/lib/python2.7/site-packages/selenium/webdriver/common/action_chains.py", line 190, in <lambda>
'yoffset': yoffset}))
File "/home/rob/python-lib/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 165, in execute
self.error_handler.check_response(response)
File "/home/rob/python-lib/local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 158, in check_response
raise exception_class(message, screen, stacktrace)
MoveTargetOutOfBoundsException: Message: u'Element cannot be scrolled into view:[object XrayWrapper [object HTMLDivElement]]'
======================================================================
ERROR: test_yeast (yeast_biodb_test.YeastBiodbTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/rob/jbrowse/jbrowse2/tests/selenium_tests/yeast_biodb_test.py", line 32, in test_yeast
self.overview_rubberband( 0.2, 0.5 )
File "/home/rob/jbrowse/jbrowse2/tests/selenium_tests/jbrowse_selenium/JBrowseTest.py", line 165, in overview_rubberband
self._rubberband( "//div[@id='overview']", start_pct, end_pct )
File "/home/rob/jbrowse/jbrowse2/tests/selenium_tests/jbrowse_selenium/JBrowseTest.py", line 121, in _rubberband
c.perform()
File "/home/rob/python-lib/local/lib/python2.7/site-packages/selenium/webdriver/common/action_chains.py", line 44, in perform
action()
File "/home/rob/python-lib/local/lib/python2.7/site-packages/selenium/webdriver/common/action_chains.py", line 190, in <lambda>
'yoffset': yoffset}))
File "/home/rob/python-lib/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 165, in execute
self.error_handler.check_response(response)
File "/home/rob/python-lib/local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 158, in check_response
raise exception_class(message, screen, stacktrace)
MoveTargetOutOfBoundsException: Message: u'Element cannot be scrolled into view:[object XrayWrapper [object HTMLDivElement]]'
----------------------------------------------------------------------
Ran 7 tests in 101.008s
FAILED (errors=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment