Skip to content

Commit c123259

Browse files
committed
Fix unit tests
1 parent b194766 commit c123259

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/conftest.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import os
12
from time import sleep
23
from caqui.easy import AsyncPage
34
from pytest import fixture
@@ -46,12 +47,6 @@ def setup_functional_environment():
4647
synchronous.dismiss_alert(server_url, session)
4748
except Exception:
4849
pass
49-
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
5550
try:
5651
synchronous.close_session(server_url, session)
5752
except Exception:

0 commit comments

Comments
 (0)