From 94430e906a76b0bcc86f911d9399e42077debccd Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Fri, 27 Mar 2020 17:03:08 +0100 Subject: [PATCH] Remove pause from behave test --- 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 0526767..84c8d00 100644 --- a/test/login_logout/test/behave/features/login.feature +++ b/test/login_logout/test/behave/features/login.feature @@ -6,7 +6,6 @@ Feature: Test login-provider function Scenario: Open the oAuth application and Login witha valid user Given the oauth client "home" URL was opened - And I pause for 1000ms And the element "input#username" is visible When I enter the "username" in the inputfield "input#username" And I enter the "password" in the inputfield "input#password" -- GitLab