Skip to content

Commit 334a174

Browse files
committed
removed selenium reference and dep
1 parent a586434 commit 334a174

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
eyes-playwright==5.25.10
2-
pytest-playwright==0.5.1
3-
eyes-selenium==5.25.11
2+
pytest-playwright==0.5.1

tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import pytest
1313

1414
from applitools.playwright import *
15-
from applitools.selenium.runner import EyesRunner
1615
from playwright.sync_api import Page
1716

1817

@@ -113,7 +112,7 @@ def configuration(api_key: str, batch_info: BatchInfo):
113112

114113
@pytest.fixture(scope='function')
115114
def eyes(
116-
runner: EyesRunner,
115+
runner,
117116
configuration: Configuration,
118117
page: Page,
119118
request: pytest.FixtureRequest):

0 commit comments

Comments
 (0)