new reddit tests with .env.test

This commit is contained in:
msramalho
2025-06-11 11:22:23 +01:00
parent 79f42c3c41
commit 1039e9631f
6 changed files with 57 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ class RedditDropin(Dropin):
self._close_cookies_banner()
username, password = self._get_username_password("reddit.com")
logger.debug("RedditDropin Logging in to VK with username: {}", username)
logger.debug("RedditDropin Logging in to Reddit with username: {}", username)
self.sb.type("#login-username", username)
self.sb.type("#login-password", password)