Skip to content

Commit

Permalink
remove test for removed functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed Feb 20, 2024
1 parent 34fafbb commit 6ea739b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,3 @@ def test_questions() -> None:
"Text",
]
assert sorted(screenpy_playwright.questions.__all__) == sorted(expected)


def test_protocols() -> None:
expected = [
"PageObject",
]
assert sorted(screenpy_playwright.protocols.__all__) == sorted(expected)

0 comments on commit 6ea739b

Please sign in to comment.