Skip to content

Commit daaf3e0

Browse files
TEST: Adding a small delay before fetching the event result
1 parent 65635fa commit daaf3e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def web(request, tmp_folder: str, download_driver: str):
116116

117117

118118
def get_event_result(id_event: str, web: WebBot) -> typing.Dict:
119+
web.wait(1000)
119120
event_result = web.find_element(id_event, By.ID)
120121
return json.loads(event_result.text)
121122

0 commit comments

Comments
 (0)