mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Revert "make e2e tests failto test html reporting"
This reverts commit 463d2224be3f408755e2f04505ecbd63df315604.
This commit is contained in:
parent
c32be11561
commit
f073553621
@ -18,7 +18,7 @@ Feature: User profile - change password
|
|||||||
|
|
||||||
Scenario: Incorrect Old Password
|
Scenario: Incorrect Old Password
|
||||||
When I fill the password form with:
|
When I fill the password form with:
|
||||||
| Your old password | exposed |
|
| Your old password | incorrect |
|
||||||
| Your new password | secure |
|
| Your new password | secure |
|
||||||
| Confirm new password | secure |
|
| Confirm new password | secure |
|
||||||
And I submit the form
|
And I submit the form
|
||||||
@ -50,6 +50,6 @@ Feature: User profile - change password
|
|||||||
Then I fill in my credentials "peterpan@example.org" "exposed"
|
Then I fill in my credentials "peterpan@example.org" "exposed"
|
||||||
And I click on "submit button"
|
And I click on "submit button"
|
||||||
And I cannot login anymore
|
And I cannot login anymore
|
||||||
But I fill in my credentials "peterpan@example.org" "secu"
|
But I fill in my credentials "peterpan@example.org" "secure"
|
||||||
And I click on "submit button"
|
And I click on "submit button"
|
||||||
And I can login successfully
|
And I can login successfully
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user