Skip to content

Commit

Permalink
fix embedded-mode selenium test for track rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Nov 4, 2012
1 parent 14fd977 commit a100499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/selenium_tests/embedded_mode_test.py
Expand Up @@ -5,7 +5,7 @@
class EmbeddedModeTest( AbstractVolvoxBiodbTest, unittest.TestCase ):
def baseURL( self ):
if not self.base_url:
self.base_url = super( AbstractVolvoxBiodbTest, self ).baseURL() + '?nav=0&tracklist=0&overview=0&tracks=volvox_microarray.bw&loc=ctgA'
self.base_url = super( AbstractVolvoxBiodbTest, self ).baseURL() + '?nav=0&tracklist=0&overview=0&tracks=volvox_microarray.bw_density%2Cvolvox_microarray.bw_xyplot&loc=ctgA'
return self.base_url

def test_volvox( self ):
Expand Down

0 comments on commit a100499

Please sign in to comment.