summaryrefslogtreecommitdiff
path: root/service/test/functional/features/steps/search.py
diff options
context:
space:
mode:
authorRoald de Vries <rdevries@thoughtworks.com>2016-12-05 17:49:47 +0100
committerRoald de Vries <rdevries@thoughtworks.com>2016-12-05 17:49:47 +0100
commitdb611f3737442583ab2a07f75fbec74d827a2ff5 (patch)
tree012cb28a4345c66def2803e3f9cfcf0aee593d6b /service/test/functional/features/steps/search.py
parent3303510d3dabc4c1efdf39c52db026229d909490 (diff)
parent0dd71ff7c3a895e774205231c23720ee7313ad39 (diff)
Merge branch 'master' into signup
Diffstat (limited to 'service/test/functional/features/steps/search.py')
-rw-r--r--service/test/functional/features/steps/search.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/service/test/functional/features/steps/search.py b/service/test/functional/features/steps/search.py
index 879e834d..5a6d2d1c 100644
--- a/service/test/functional/features/steps/search.py
+++ b/service/test/functional/features/steps/search.py
@@ -13,10 +13,12 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
-from selenium.webdriver import ActionChains
+from behave import when, then
+from selenium.webdriver import ActionChains
from selenium.webdriver.common.keys import Keys
-from common import *
+
+from common import find_element_by_css_selector, find_elements_by_css_selector
@when('I search for a mail with the words "{search_term}"')