[Behat] Remove legacy scenario

This commit is contained in:
Michał Pysiak 2024-09-30 08:45:18 +02:00
parent 13819ebaec
commit 5958c399dd
No known key found for this signature in database
GPG key ID: 9C1F2D0F99830187

View file

@ -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"