fix test selenium
This commit is contained in:
parent
cfb8706598
commit
d028cd3c79
|
@ -20,7 +20,6 @@ class TestSelenium:
|
|||
self.driver.quit()
|
||||
|
||||
def test_selenium(self):
|
||||
# import pdb; pdb.set_trace()
|
||||
# setup
|
||||
self.driver.get("http://localhost:5000/login/")
|
||||
self.driver.set_window_size(1920, 1063)
|
||||
|
|
Reference in New Issue