diff --git a/login_provider/test/behave/features/login.feature b/login_provider/test/behave/features/login.feature index 70e802a73a2ae8f8f7d38d2cc12505aa9149df37..aae2dff1e1ca4ee8e7fd0bcfa5c88723b3c21127 100644 --- a/login_provider/test/behave/features/login.feature +++ b/login_provider/test/behave/features/login.feature @@ -16,4 +16,3 @@ Scenario: Redirect after successful login 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 - And I expect the url to not contain "login" anymore