Skip to content

Commit 160582b

Browse files
committed
remove debug
1 parent 13e4285 commit 160582b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

conftest.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ def base_url_api():
1818
load_dotenv()
1919
APIClient.BASE_URL_API = os.getenv('BASE_URL_API')
2020

21-
@pytest.fixture(scope="session")
22-
def browser_type_launch_args():
23-
return {
24-
"headless": False,
25-
"slow_mo": 250 # מאט את הפעולות כדי שתוכל לראות מה קורה
26-
}
21+
# @pytest.fixture(scope="session")
22+
# def browser_type_launch_args():
23+
# return {
24+
# "headless": False,
25+
# "slow_mo": 250 # מאט את הפעולות כדי שתוכל לראות מה קורה
26+
# }

0 commit comments

Comments
 (0)