diff options
author | Thais Siqueira <thais.siqueira@gmail.com> | 2017-04-04 10:25:08 -0300 |
---|---|---|
committer | Thais Siqueira <thais.siqueira@gmail.com> | 2017-04-04 10:25:08 -0300 |
commit | af454c71da106644eee644c4286bbae4788b8e14 (patch) | |
tree | 23831b5ad7488414b68efbf32ee91f212c38184c /service | |
parent | f40808a147d1135e8bbee6d78306a598cf5ca647 (diff) |
Revert "Fix functional tests for button change in webapp"
This reverts commit 54ce5397e484fd81ee01d714c87c32ed4718fdb2.
Diffstat (limited to 'service')
-rw-r--r-- | service/test/functional/features/steps/signup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |