Sfoglia il codice sorgente

Fix typo in previous commit.

pull/776/head
Matthew Petroff 5 anni fa
parent
commit
d204ac06d5
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

@@ -35,7 +35,7 @@ thread.start()
print("Starting web driver...")
fp = webdriver.FirefoxProfile()
fp.set_preference("layout.css.devPixelsPerPx", "1.0")
fp.set_preference("devtools.console.stdout.content", true)
fp.set_preference("devtools.console.stdout.content", True)
driver = webdriver.Firefox(firefox_profile=fp)
driver.set_window_size(800, 600)



Caricamento…
Annulla
Salva