Skip to content
Snippets Groups Projects
Commit 6db33556 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 96c3078d
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
......@@ -41,7 +41,7 @@ So that they will be able to use the site.
When I click "Edit" in the "Tester" row
And I wait
And I scroll to bottom
And I press "Confirm"
And I press "Cancel account"
And I wait
Then I should see "Are you sure you want to cancel the account Tester?"
When I select the radio button "Delete the account and its content. This action cannot be undone."
......
......@@ -10,6 +10,7 @@ So that I will be able to view/add/edit/ or delete content in the site
When I fill in "Normal user" for "Username"
And I fill in "dD.123123ddd" for "Password"
And I scroll to bottom
And I wait 2s
And I press "Log in"
And wait
Then I should see "Normal user"
......@@ -21,6 +22,7 @@ So that I will be able to view/add/edit/ or delete content in the site
When I fill in " " for "Username"
And I fill in " " for "Password"
And I scroll to bottom
And I wait 2s
When I press "Log in"
And wait
Then I should see "Username field is required"
......
......@@ -22,7 +22,8 @@ Feature: User Management - Have persistent login options and configurations
When I fill in "Normal user" for "Username"
And I fill in "dD.123123ddd" for "Password"
And I scroll to bottom
And I wait 2s
And I check the box "Remember me"
And I press the "edit-submit" button
And I press the "Log in" button
And I wait
Then I should see "Normal user"
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