Skip to content

Commit 1df339d

Browse files
author
dmy.berezovskyi
committed
added element_interactor.py
1 parent ebc7e3b commit 1df339d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,3 @@ def driver(request):
6161

6262
if driver is not None:
6363
driver.quit()
64-

src/screens/element_interactor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def is_displayed(
168168
:param condition: The condition to wait for ("clickable", "visible", or "present").
169169
:param wait_type: The wait type to use for polling. Defaults to `WaitType.DEFAULT`.
170170
171-
:raises AssertionError: If the element's visibility does not match the expected value after polling."""
171+
:raises AssertionError: If the element's visibility does not match the expected value"""
172172
wait_type = wait_type or WaitType.DEFAULT
173173
for _ in range(n):
174174
try:

0 commit comments

Comments
 (0)