diff --git a/login_provider/test/behave/features/login.feature b/login_provider/test/behave/features/login.feature index aae2dff1e1ca4ee8e7fd0bcfa5c88723b3c21127..39f50356487cf2dc5d9a1b78734181594832d0f5 100644 --- a/login_provider/test/behave/features/login.feature +++ b/login_provider/test/behave/features/login.feature @@ -8,11 +8,3 @@ Scenario: Open the login interface Then I wait on element "input#email" for 1000ms to be visible And I expect that element "input#password" is visible And I expect that element "input#submit" is visible - -Scenario: Redirect after successful login - Given the element "input#email" is visible - 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 the url to not contain "login_challenge" anymore