Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-kellton committed May 8, 2024
1 parent 340be46 commit 96c296d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/selenium_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ def pageDetailsTargeting(request: FixtureRequest, browser: Chrome) -> DetailsTar
@pytest.fixture
def pageCreateTargeting(request: FixtureRequest, browser: Chrome) -> CreateNew:
yield CreateNew(browser)


@pytest.fixture
def pageGrievanceDetailsPage(request: FixtureRequest, browser: Chrome) -> GrievanceDetailsPage:
yield GrievanceDetailsPage(browser)
Expand Down

0 comments on commit 96c296d

Please sign in to comment.