From 24ff391bc068ecaec862d2062267d410fdf9caa3 Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Thu, 5 Dec 2019 11:52:04 +0100 Subject: [PATCH] Remove redundant step --- test/login_logout/test/behave/features/login.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/test/login_logout/test/behave/features/login.feature b/test/login_logout/test/behave/features/login.feature index 3ae72fe..e2813d7 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" -- GitLab