Skip to content

Commit

Permalink
remove incorrect test.
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed Jul 16, 2024
1 parent 986d6c1 commit 3a9f64d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,13 @@ def test_can_be_instantiated(self) -> None:
t4 = Target().located_by("test")
t5 = Target()
t6 = Target("test").get_by_label("test", exact=True)
t7 = Target("frame").frame_locator("test").content_frame

assert isinstance(t1, Target)
assert isinstance(t2, Target)
assert isinstance(t3, Target)
assert isinstance(t4, Target)
assert isinstance(t5, Target)
assert isinstance(t6, Target)
assert isinstance(t7, Target)

def test_auto_describe(self) -> None:
t1 = Target().located_by("#yellow")
Expand Down

0 comments on commit 3a9f64d

Please sign in to comment.