Skip to content

Commit

Permalink
selenium tests: make yeast sequence test more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 18, 2012
1 parent ede31fd commit 72f8182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/selenium_tests/yeast_biodb_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def test_yeast( self ):

def sequence( self ):
self.do_typed_query( 'chrII:296318..296400' );
if not self.is_track_on('DNA'):
self.turn_on_track( 'DNA' );
sequence_div_xpath_templ = "/html//div[contains(@class,'sequence')][contains(.,'%s')]"
sequence_div_xpath_1 = sequence_div_xpath_templ % 'TATATGGTCTT';
self.assert_element( sequence_div_xpath_1)
Expand Down

0 comments on commit 72f8182

Please sign in to comment.