Skip to content
Snippets Groups Projects
Commit 6d29b84c authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3255633: Switch default Automated Functional Testing users creation to...

Issue #3255633: Switch default Automated Functional Testing users creation to use drush user:create and drush user:role:add and use the default manual testing user names and emails
parent 1ed8adf3
No related branches found
No related tags found
3 merge requests!24Issue #3301451: Composer is fixed to docroot folder Primary tabs View(active tab),!10Issue #3269421: Add exception messages for VLB automated testing step definitions,!9Issue #3266504: Update Automated Functional Testing Readme File
......@@ -15,15 +15,16 @@ So that I can reset my password for the account
@javascript @local @development @staging @production
Scenario: Verify that the system cannot send an email to non-existing users or emails
When I go to "/user/password"
And I wait
And I wait 6s
Then I should see "Username or email address"
When I fill in "not.existing.email@vardot.com" for "Username"
And I scroll to the bottom
And I press the "edit-submit" button
And I wait 2s
And I press the "Submit" button
And I wait
And I scroll to the bottom
And I fill in "not.existing.email@vardot.com" for "Username"
And I wait 8 seconds
And I press the "edit-submit" button
And I press the "Submit" button
And I wait
Then I should see "Login with"
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