Skip to content
Snippets Groups Projects
Commit c1489a81 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 6db33556
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,7 +6,7 @@ So that I will be able to view/add/edit/ or delete content in the site ...@@ -6,7 +6,7 @@ So that I will be able to view/add/edit/ or delete content in the site
@javascript @local @development @staging @production @javascript @local @development @staging @production
Scenario: Check if a visitor can login with a valid username and password Scenario: Check if a visitor can login with a valid username and password
Given I am on "user/login" Given I am on "user/login"
And I wait And I wait 6s
When I fill in "Normal user" for "Username" When I fill in "Normal user" for "Username"
And I fill in "dD.123123ddd" for "Password" And I fill in "dD.123123ddd" for "Password"
And I scroll to bottom And I scroll to bottom
...@@ -18,7 +18,7 @@ So that I will be able to view/add/edit/ or delete content in the site ...@@ -18,7 +18,7 @@ So that I will be able to view/add/edit/ or delete content in the site
@javascript @local @development @staging @production @javascript @local @development @staging @production
Scenario: Verify a form error after not entering the username or password when we login Scenario: Verify a form error after not entering the username or password when we login
Given I am on "user/login" Given I am on "user/login"
And I wait And I wait 6s
When I fill in " " for "Username" When I fill in " " for "Username"
And I fill in " " for "Password" And I fill in " " for "Password"
And I scroll to bottom And I scroll to bottom
......
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