Skip to content

Commit

Permalink
Fixed browser navigation link
Browse files Browse the repository at this point in the history
  • Loading branch information
eHag-FRU committed Apr 18, 2024
1 parent 2781c16 commit 8f0d62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/selenium/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_wikipedia_CPP_results():

if __name__ == "__main__":
browser = webdriver.Chrome(options = chrome_options)
browser.get("http://127.0.0.1")
browser.get("http://127.0.0.1:8000/index.html")

#trying to open the JS file and read the whole thing in one string
#to execute the whole script
Expand Down

0 comments on commit 8f0d62e

Please sign in to comment.