Skip to content

Commit

Permalink
[#561] check for 'Log in' keyword only for checking security enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Blatov committed Oct 26, 2018
1 parent d2148d5 commit 0ea7d4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/robot/resources/keywords.robot
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ Check if component domain has been secured
Log Auth page for ${component} is ${response}
Dictionary Should Contain Item ${response} response_code 200
${auth_page} = Get From Dictionary ${response} response_text
Should contain ${auth_page} Log in to dex
Should contain ${auth_page} Log in with Email
Should contain ${auth_page} Log in

Secured component domain should not be accessible by invalid credentials
[Arguments] ${component} ${enclave}
Expand Down

0 comments on commit 0ea7d4f

Please sign in to comment.