Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions actions/wishlist_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ def __init__(self, driver):
super().__init__(driver)
self.wishlist_page = WishListPage

# ------------------------------------------------------------------
# Navigation / scrolling
# ------------------------------------------------------------------

def login_after_home(self):
"""After login, navigate back to the home page."""
logger.info("Navigating to home page: %s", HOME_PAGE_URL)
Expand Down
1 change: 0 additions & 1 deletion tests/test_wishlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@


def log_csv_data(data):
"""Log CSV row data."""
logger.info("CSV test data loaded successfully")

for key, value in data.items():
Expand Down
Loading