Skip to content
Snippets Groups Projects
Commit 47c5c8ca 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 45249bdc
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
......@@ -6,10 +6,11 @@ So that they will be disabled and not be able to use the site.
@javascript @local @development @staging @production
Scenario: Check if the Normal user user is not blocked and can login
Given I am on "/user/login"
And I wait
And I wait 6s
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 I wait
Then I should see "Normal user"
......@@ -35,10 +36,11 @@ So that they will be disabled and not be able to use the site.
@javascript @local @development @staging @production
Scenario: Check if the blocked user with user id of Test Blocked User ID can or can not login
Given I am on "/user/login"
And I wait
And I wait 6s
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 I wait
Then I should see "The username Normal user has not been activated or is blocked."
......
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