Skip to content

Commit

Permalink
fix selenium tests broken by 833fed9
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Nov 3, 2012
1 parent 7173986 commit fb1d0e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/selenium_tests/jbrowse_selenium/JBrowseTest.py
Expand Up @@ -126,6 +126,8 @@ def _rubberband( self, el_xpath, start_pct, end_pct, modkey = None ):
self.assert_no_js_errors()

def export_track( self, track_name, region, format, button ):
track_name = re.sub( '\W', '_', track_name.lower() )

self.track_menu_click( track_name, 'Save')

# test view export
Expand Down

0 comments on commit fb1d0e2

Please sign in to comment.