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

Issue #2924033: Updated the Autoamted functional testing to work with the new...

Issue #2924033: Updated the Autoamted functional testing to work with the new password policy behavior
parent e5c25017
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@ install:
- drush config-set system.performance css.preprocess 0 --yes
- drush config-set system.performance js.preprocess 0 --yes
- drush config-set system.logging error_level all --yes
- drush cr
before_script:
- drush runserver --default-server=builtin 8080 &>/dev/null &
- jdk_switcher use oraclejdk8
......
Feature: Reset webmaster password after install.
@init @tools @local @development @staging
Scenario: Check if webmaster have to reset the password after install.
Given I am a logged in user with the "webmaster" user
When I go to "user/1/edit"
And I wait
Then I should see "webmaster"
When I fill in "dD.123123ddd" for "Current password"
And I fill in "dD.123123ddd" for "Password"
And I fill in "dD.123123ddd" for "Confirm password"
And I press "Save"
And I wait
Then I should see "The changes have been saved."
\ No newline at end of file
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