Skip to content

Commit 7002341

Browse files
committed
update imports to fix tests
1 parent a66631b commit 7002341

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_design.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import pathlib
2+
23
import pytest
34
from playwright.sync_api import Page, sync_playwright
5+
from xprocess import ProcessStarter
46

57

68
@pytest.fixture(scope="module")
@@ -9,7 +11,7 @@ def per_device_page_url(xprocess, loaded_profile, url_port):
911

1012
url, port = url_port
1113

12-
class Starter(xprocess.ProcessStarter):
14+
class Starter(ProcessStarter):
1315
# Start the process
1416
args = [
1517
"bundle",

0 commit comments

Comments
 (0)