From 54ce5397e484fd81ee01d714c87c32ed4718fdb2 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 29 Mar 2017 11:37:45 -0300 Subject: Fix functional tests for button change in webapp Webapp buttons on signup changed from buttons to input[type=submit]. https://0xacab.org/leap/leap_web/commit/b1b523f08a9ce7ea5fe0d50dc8b86995e00b48d6 --- 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 43480666..d89cbb97 100644 --- a/service/test/functional/features/steps/signup.py +++ b/service/test/functional/features/steps/signup.py @@ -36,7 +36,7 @@ def step_impl(context): @when(u'I click on the signup button') # noqa def step_impl(context): - find_element_by_css_selector(context, 'button[type=submit]').click() + find_element_by_css_selector(context, 'input[type=submit]').click() @then(u'I should see the user control panel') # noqa -- cgit v1.2.3