From 4fd50e650bbfa474f77daf63a44e08b6cb039679 Mon Sep 17 00:00:00 2001 From: Denis Costa Date: Fri, 25 Nov 2016 13:55:02 -0200 Subject: Improves imports See: https://github.com/pixelated/project-issues/issues/380 --- service/test/functional/features/steps/mail_view.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'service/test/functional/features/steps/mail_view.py') diff --git a/service/test/functional/features/steps/mail_view.py b/service/test/functional/features/steps/mail_view.py index 2db6dfc5..88ee5c5a 100644 --- a/service/test/functional/features/steps/mail_view.py +++ b/service/test/functional/features/steps/mail_view.py @@ -13,8 +13,18 @@ # # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . + +from behave import then, when from selenium.webdriver.common.keys import Keys -from common import * +from selenium.webdriver.common.by import By + +from common import ( + click_button, + find_element_by_css_selector, + find_elements_by_css_selector, + reply_subject, + wait_until_button_is_visible, + wait_until_element_is_visible_by_locator) @then('I see that the subject reads \'{subject}\'') -- cgit v1.2.3