mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
[Behat] Remove legacy scenario
This commit is contained in:
parent
13819ebaec
commit
5958c399dd
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
||||||
@managing_customers
|
|
||||||
Feature: Resetting a customer's password
|
|
||||||
In order to help customers to retrieve access to theirs accounts
|
|
||||||
As an Administrator
|
|
||||||
I want to be able to reset customer's password
|
|
||||||
|
|
||||||
Background:
|
|
||||||
Given there is a user "goodman@example.com" identified by "heisenberg"
|
|
||||||
And I am logged in as an administrator
|
|
||||||
|
|
||||||
@todo-api @todo-ui
|
|
||||||
Scenario: Sending reset password email to a customer
|
|
||||||
When I view details of the customer "goodman@example.com"
|
|
||||||
And I reset their password
|
|
||||||
Then I should be notified that email with reset instruction has been sent
|
|
||||||
And the email with reset token should be sent to "goodman@example.com"
|
|
||||||
Loading…
Add table
Reference in a new issue