Skip to content
Snippets Groups Projects
Commit 1f02055f authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

ISAICP-7524: Fix tests.

parent 01afcf57
No related branches found
No related tags found
1 merge request!67ISAICP-7524: Register users as blocked.
......@@ -386,7 +386,8 @@ Feature: Log in through EU Login
When I fill in "E-mail address" with "ricky@example.com"
When I fill in "Password" with "123"
And I press "Log in"
Then I should see the success message "Thank you for applying for an account. Your account is currently pending approval by the site administrator. In the meantime, a welcome message with further instructions has been sent to your email address."
Then I should see the success message "Thank you for applying for an account. Your account is currently pending approval by the site administrator."
And I should see the success message "In the meantime, a welcome message with further instructions has been sent to your email address."
But I should not see the error message "Your account is blocked or has not been activated. Please contact a site administrator."
# Check that the user is not logged in.
And I should see the link "Sign in"
......
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