Skip to content
Snippets Groups Projects
Verified Commit 61fd1d6a authored by Varac's avatar Varac
Browse files

Wait longer for keycloak *yawn*

parent 33302630
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ Feature: Test keycloak admin login
Scenario: Open keycloak admin console
Given the title is not "Log in to Keycloak"
When I open the keycloak admin console url
And I pause for 10000ms
And I pause for 15000ms
Then I expect that the title is "Log in to Keycloak"
Scenario: Login to keycloak
......@@ -13,5 +13,5 @@ Scenario: Login to keycloak
When I enter the "keycloak" "admin" "username" in the inputfield "input#username"
When I enter the "keycloak" "admin" "password" in the inputfield "input#password"
And I click on the button "input#kc-login"
And I pause for 10000ms
And I pause for 18000ms
Then I expect that element "input#displayName" does exist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment