Skip to content

Commit

Permalink
remove vestigial test from nsfox_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Mar 9, 2012
1 parent da83446 commit 46ab298
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/selenium_tests/volvox_biodb_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ def test_volvox( self ):
# check a good browser title
assert "ctgA" in self.browser.title, "browser title is actually %s" % self.browser.title

tabs = self.browser.find_elements_by_xpath( '//div[@class="browsingTab"]' )
for t in tabs:
t.click()
time.sleep(1)
t.click()
time.sleep(0.5)

self.assert_no_js_errors()

# do a test where we search for a certain gene using the search box
self.search_f15()

Expand Down

0 comments on commit 46ab298

Please sign in to comment.