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

Issue #3256661 by Alaa Jwiehan, RajabNatshah: Add Automated Testing Gherkin...

Issue #3256661 by Alaa Jwiehan, RajabNatshah: Add Automated Testing Gherkin features for the Varbase Landing (Layout Builder) content type
parent 21cb5aba
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
......@@ -7,7 +7,7 @@ So that they will be disabled and not be able to use the site.
Scenario: Check if the Normal user user is not blocked and can login
Given I am on "/user/login"
And I wait 6s
When I fill in "Normal user" for "Username"
When I fill in "Normal user" for "Email or username"
And I fill in "dD.123123ddd" for "Password"
And I scroll to bottom
And I wait 2s
......@@ -37,7 +37,7 @@ So that they will be disabled and not be able to use the site.
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 6s
When I fill in "Normal user" for "Username"
When I fill in "Normal user" for "Email or username"
And I fill in "dD.123123ddd" for "Password"
And I scroll to bottom
And I wait 2s
......
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