Skip to content

Commit 2070270

Browse files
committed
Updated requirements and imports
1 parent 64c9bbd commit 2070270

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
pytest-playwright>=0.5.1
22
pytest-html>=4.1.1
33
pytest-json-report>=1.5.0
4-
5-
playwright~=1.47.0
64
python-dotenv~=1.0.1
7-
pytest~=8.3.3
8-
Flask~=3.0.3

utils/user_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import os
44
from pathlib import Path
5-
from flask.cli import load_dotenv
5+
from dotenv import load_dotenv
66
from playwright.sync_api import Page
77

88
from pages.cognito_login_page import CognitoLoginPage

0 commit comments

Comments
 (0)