File: D:/HostingSpaces/SBogers85/equichecker.com/features/adminAutentification.feature
Feature: Admin authentication
In order to do admin tasks
As an administrator
I need to check the admin authentication
Scenario: Successful Authentication
Given I have an account "user" "behat@komma.pro" "7r88B12NtP"
When I sign in
Then I should be logged in
Scenario: Ask password reset
Given I have an account "user" "behat@komma.pro" "7r88B12NtP"
When I ask a password reset email
Then a token for the given uses should be generated
Scenario: Reset password with link
Given I have an account "user" "behat@komma.pro" "7r88B12NtP"
When I ask a password reset email
And i reset my password to "new_password"
When I sign in
Then i should be logged in