summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/test/functional/features/steps/search.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/service/test/functional/features/steps/search.py b/service/test/functional/features/steps/search.py
index cdd7bb61..2d9087d2 100644
--- a/service/test/functional/features/steps/search.py
+++ b/service/test/functional/features/steps/search.py
@@ -23,9 +23,7 @@ from common import *
def impl(context, search_term):
search_field = find_element_by_css_selector(context, '#search-trigger input[type="search"]')
search_field.send_keys(search_term)
- sleep(5)
search_field.send_keys(Keys.ENTER)
- sleep(1)
@then('I see one or more mails in the search results')