Skip to content

Commit

Permalink
removed selenium reference and dep
Browse files Browse the repository at this point in the history
  • Loading branch information
MJApplitools committed Jul 9, 2024
1 parent a586434 commit 334a174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
eyes-playwright==5.25.10
pytest-playwright==0.5.1
eyes-selenium==5.25.11
pytest-playwright==0.5.1
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import pytest

from applitools.playwright import *
from applitools.selenium.runner import EyesRunner
from playwright.sync_api import Page


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

@pytest.fixture(scope='function')
def eyes(
runner: EyesRunner,
runner,
configuration: Configuration,
page: Page,
request: pytest.FixtureRequest):
Expand Down

0 comments on commit 334a174

Please sign in to comment.