Explorar el Código

Fix typo in previous commit.

pull/776/head
Matthew Petroff hace 5 años
padre
commit
d204ac06d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tests/run_tests.py

+ 1
- 1
tests/run_tests.py Ver fichero

@@ -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)



Cargando…
Cancelar
Guardar