FjolleJagt / kbhff_selenium_tests

2 stars 1 forks source link

Efficient waits on email receptions #18

Closed cleborys closed 5 years ago

cleborys commented 5 years ago

We neither want to assume that emails are sent instantaneously, nor do we want to keep the hardcoded delays before checking whether an email was received.

Methods of check_email should have reasonable assumptions or parameters determining their retry-behavior.

cleborys commented 5 years ago

Closed by #23