From 728ef897afe531017d9ba507a2e4075815a0a4dc Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Thu, 24 Nov 2016 16:18:09 -0200 Subject: Fix imports See: https://github.com/pixelated/project-issues/issues/380 --- service/test/functional/features/steps/login.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'service') diff --git a/service/test/functional/features/steps/login.py b/service/test/functional/features/steps/login.py index e2dc1381..2a653030 100644 --- a/service/test/functional/features/steps/login.py +++ b/service/test/functional/features/steps/login.py @@ -13,8 +13,16 @@ # # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . +import time + from behave import when, then -from common import * +from selenium.webdriver.common.by import By + +from common import ( + fill_by_css_selector, + find_element_by_css_selector, + MULTI_USER_URL, + wait_until_element_is_visible_by_locator) @when(u'I open the login page') -- cgit v1.2.3