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

Issue #3060823: Change Automated Functional Acceptance Testing to work with...

Issue #3060823: Change Automated Functional Acceptance Testing to work with changes after enabling [Generate Password] module in the 8.x-7.x branch
parent c1b959f7
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,12 @@ So that they will be able to use the site.
Scenario: Set a password for the Tester user.
When I go to "/admin/people"
And I wait
And I fill in "test_authenticated" for "Name or email contains"
And I fill in "Tester" for "Name or email contains"
And I press "Filter"
And I wait
Then I should see "test_authenticated"
When I click "Edit" in the "test_authenticated" row
Then I should see "test_authenticated"
Then I should see "Tester"
When I click "Edit" in the "Tester" row
Then I should see "Tester"
When I fill in "dD.123123ddd" for "Password"
And I fill in "dD.123123ddd" for "Confirm password"
And I press "Save"
......@@ -55,5 +55,5 @@ So that they will be able to use the site.
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."
And I press "Cancel account"
And I wait 10s
And I wait
Then I should see "People"
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