Commit 154a65ff authored by Michael Droettboom's avatar Michael Droettboom

Add missing import

parent 6c8c599d
......@@ -3,6 +3,9 @@ from pathlib import Path
import time
import pytest
def test_init(selenium):
assert 'Python initialization complete' in selenium.logs
assert len(selenium.driver.window_handles) == 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment