Skip to content

Commit

Permalink
volvox selenium test should be pointed at index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 8, 2012
1 parent 3897f39 commit b2742aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/selenium_tests/volvox_biodb_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def test_volvox():
format_volvox()
browser = webdriver.Firefox() # Get local session of firefox
browser.get("file://%s/test_harness.html?data=sample_data/json/volvox" % os.getcwd() ) # Load page
browser.get("file://%s/index.html?data=sample_data/json/volvox" % os.getcwd() ) # Load page

# check a good browser title
assert "ctgA" in browser.title, "browser title is actually %s" % browser.title
Expand Down

0 comments on commit b2742aa

Please sign in to comment.