diff --git a/test/login_logout/test/behave/features/login.feature b/test/login_logout/test/behave/features/login.feature index 3ae72feb21b0375f08fb9875417bf499104b8c08..e2813d77a5f1356db18f8c00b4d11d2972011e45 100644 --- a/test/login_logout/test/behave/features/login.feature +++ b/test/login_logout/test/behave/features/login.feature @@ -10,7 +10,6 @@ Scenario: Open the oAuth application Scenario: Login with a valid user with access to application Given the element "input#username" is visible - Then I wait on element "input#username" for 1000ms to be visible And I expect that element "input#password" is visible And I expect that element "input#submit" is visible When I enter the "username" in the inputfield "input#username"