We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503dd97 commit fe8abc3Copy full SHA for fe8abc3
tests/runtests.py
@@ -322,6 +322,7 @@ def test_forgot_password(self):
322
"""Test forgot password to ensure that postfix is working properly."""
323
324
self.logout()
325
+ time.sleep(0.3)
326
self.open("/accounts/password/reset/")
327
self.find_element(By.NAME, "email").send_keys("admin@example.com")
328
self.find_element(By.CSS_SELECTOR, 'button[type="submit"]').click()
0 commit comments