From 3c5bb1192f7adb01f6bee01ebd8630c26ce14582 Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Tue, 6 Aug 2019 17:54:31 +0200 Subject: [PATCH] Fix behavior test --- login_provider/test/behave/features/login.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/login_provider/test/behave/features/login.feature b/login_provider/test/behave/features/login.feature index b7bf549..3fe3988 100644 --- a/login_provider/test/behave/features/login.feature +++ b/login_provider/test/behave/features/login.feature @@ -16,5 +16,5 @@ Scenario: Login with a valid user When I enter the "email" in the inputfield "input#email" And I enter the "password" in the inputfield "input#password" And I click on the button "input#submit" - And I wait on element "input#password" for 1000ms to not exist - Then I expect that element "input#email" does not exist + Then I wait on element "input#password" for 1000ms to not exist + And I expect that element "input#email" does not exist -- GitLab