We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b194766 commit c123259Copy full SHA for c123259
tests/conftest.py
@@ -1,3 +1,4 @@
1
+import os
2
from time import sleep
3
from caqui.easy import AsyncPage
4
from pytest import fixture
@@ -46,12 +47,6 @@ def setup_functional_environment():
46
47
synchronous.dismiss_alert(server_url, session)
48
except Exception:
49
pass
- try:
50
- # It is ignored, bacause there are tests theat validate of the windows was closed properlly
51
- # Hence, the session is closed previouslly in thise tests
52
- synchronous.take_screenshot(SERVER_URL, session, CAPTURES)
53
- except Exception:
54
- pass
55
try:
56
synchronous.close_session(server_url, session)
57
0 commit comments