Skip to content

Commit 3aceede

Browse files
committed
Update the ReadMe
1 parent 476eaa9 commit 3aceede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ Let's say you have a test that sends an email, and now you want to check that th
609609
from seleniumbase.fixtures.email_manager import EmailManager, EmailException
610610
num_email_results = 0
611611
email_subject = "This is the subject to search for (maybe include a timestamp)"
612-
email_manager = EmailManager("[YOUR SELENIUM GMAIL EMAIL ADDRESS]") # the password for this is elsewhere (in the library) because this is a default email account
612+
email_manager = EmailManager("{YOUR SELENIUM GMAIL ACCOUNT EMAIL ADDRESS}") # the password for this would be stored in seleniumbase/config/settings.py
613613
try:
614614
html_text = email_manager.search(SUBJECT="%s" % email_subject, timeout=300)
615615
num_email_results = len(html_text)

0 commit comments

Comments
 (0)