Sfoglia il codice sorgente

Fix test script port number.

tags/2.5.0
Matthew Petroff 5 anni fa
parent
commit
7820db88aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tests/run_tests.py

+ 1
- 1
tests/run_tests.py Vedi File

@@ -41,7 +41,7 @@ driver.set_window_size(800, 600)

# Load page
print("Loading page...")
driver.get("http://127.0.0.1:8000/tests/tests.html")
driver.get("http://127.0.0.1:12345/tests/tests.html")


# Make sure viewer loaded


Caricamento…
Annulla
Salva