HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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