Advertisement
4tolexx

keycloak test setup

Mar 17th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Scenario: Confirmation email not sent
  2. When I browse to the landing page
  3. Then I see the keycloak sign in page
  4. When I sign in as keycloak user "new-user" with password "password"
  5. And I fill field with placeholder "Signature Password" with "password"
  6. And I fill field with placeholder "Signature Password Confirmation" with "password"
  7. And I click button "Create Keypair"
  8. Then I see "Your account was created successfully."
  9. Then I don't receive an e-mail to "[email protected]" with subject "Confirmation instructions"
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement