From f5e9bee1edaf215937c2cde5ea0c77a8535df5fa Mon Sep 17 00:00:00 2001 From: 14-Prasanna <2k22cse115@kiot.ac.in> Date: Sun, 14 Jun 2026 20:28:24 +0530 Subject: [PATCH 1/2] Use Data-Driven Framework from external from the CSV file to the wishlist --- tests/test_wishlist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_wishlist.py b/tests/test_wishlist.py index 902baa0..28e84dc 100644 --- a/tests/test_wishlist.py +++ b/tests/test_wishlist.py @@ -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(): From 509269f4f4e17dcb22aa3ab4bf6b7a69ee42d9e4 Mon Sep 17 00:00:00 2001 From: 14-Prasanna <2k22cse115@kiot.ac.in> Date: Sun, 14 Jun 2026 20:29:27 +0530 Subject: [PATCH 2/2] Use Data-Driven Framework from external from the CSV file to the wishlist --- actions/wishlist_actions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/actions/wishlist_actions.py b/actions/wishlist_actions.py index b600c83..b1ce674 100644 --- a/actions/wishlist_actions.py +++ b/actions/wishlist_actions.py @@ -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)