Skip to content
Snippets Groups Projects

Fix pipeline

Merged Mark requested to merge fix-master-pipeline into master
Files
3
@@ -4,11 +4,6 @@ Feature: Test login-provider function
I want to be able to login to an OAS App
And verify my userdata that is provided by OpenID Connect
Scenario: Open the oAuth application and end up at the login screen
Given I pause for 3000ms
When I open the oauth client "home" URL
Then I wait on element "input#password" for 1000ms to exist
Scenario: Open the oAuth application and Login witha valid user
Given the oauth client "home" URL was opened
And the element "input#username" is visible
Loading