From af454c71da106644eee644c4286bbae4788b8e14 Mon Sep 17 00:00:00 2001 From: Thais Siqueira Date: Tue, 4 Apr 2017 10:25:08 -0300 Subject: Revert "Fix functional tests for button change in webapp" This reverts commit 54ce5397e484fd81ee01d714c87c32ed4718fdb2. --- service/test/functional/features/steps/signup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service') diff --git a/service/test/functional/features/steps/signup.py b/service/test/functional/features/steps/signup.py index 2fa1773a..71df1868 100644 --- a/service/test/functional/features/steps/signup.py +++ b/service/test/functional/features/steps/signup.py @@ -47,7 +47,7 @@ def enter_user_information(context): @when(u'I click on the signup button') # noqa def click_signup_button(context): - find_element_by_css_selector(context, 'input[type=submit]').click() + find_element_by_css_selector(context, 'button[type=submit]').click() @then(u'I should see the user control panel') # noqa -- cgit v1.2.3