403Webshell
Server IP : 172.67.187.206  /  Your IP : 172.71.28.155
Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30
System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586
User : SYSTEM ( 0)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  E:/Inetpub/www/myschool/triamudom/tuprblearn/auth/tests/behat/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : E:/Inetpub/www/myschool/triamudom/tuprblearn/auth/tests/behat/displayloginfailures.feature
@core @core_auth
Feature: Test the 'showlogfailures' feature works.
  In order to see my recent login failures when logging in
  As a user
  I need to have at least one failed login attempt and then log in

  Background:
    Given the following "users" exist:
      | username |
      | teacher1 |
    And the following config values are set as admin:
      | displayloginfailures | 1 |

  # Given the user has at least one failed login attempt, when they login, then they should see both header and footer notices.
  Scenario: Check that 'displayloginfailures' works without javascript for teachers.
    # Simulate a log in failure for the teacher.
    Given I am on homepage
    And I click on "Log in" "link" in the ".logininfo" "css_element"
    And I set the field "Username" to "teacher1"
    And I set the field "Password" to "wrongpass"
    And I press "Log in"
    And I should see "Invalid login, please try again"
    # Now, log in with the correct credentials.
    When I set the field "Username" to "teacher1"
    And I set the field "Password" to "teacher1"
    And I press "Log in"
    # Confirm the notices are displayed.
    Then I should see "1 failed logins since your last login" in the ".navbar" "css_element"
    And I should see "1 failed logins since your last login" in the "page-footer" "region"
    # Confirm the notices disappear when navigating to another page.
    And I am on homepage
    And I should not see "1 failed logins since your last login" in the ".navbar" "css_element"
    And I should not see "1 failed logins since your last login" in the "page-footer" "region"

  # Given the user has at least one failed login attempt, when they login, then they should see both header and footer notices.
  Scenario: Check that 'displayloginfailures' works without javascript for admins.
    # Simulate a log in failure for the teacher.
    Given I am on homepage
    And I click on "Log in" "link" in the ".logininfo" "css_element"
    And I set the field "Username" to "admin"
    And I set the field "Password" to "wrongpass"
    And I press "Log in"
    And I should see "Invalid login, please try again"
    # Now, log in with the correct credentials.
    When I set the field "Username" to "admin"
    And I set the field "Password" to "admin"
    And I press "Log in"
    # Confirm the notices are displayed.
    Then I should see "1 failed logins since your last login" in the ".navbar" "css_element"
    And I should see "1 failed logins since your last login (Logs)" in the "page-footer" "region"
    # Confirm that the link works and that the notices disappear when navigating to another page.
    And I click on "Logs" "link" in the "page-footer" "region"
    And I should see "User login failed" in the "table.reportlog" "css_element"
    And I should not see "1 failed logins since your last login" in the ".navbar" "css_element"
    And I should not see "1 failed logins since your last login (Logs)" in the "page-footer" "region"

Youez - 2016 - github.com/yon3zu
LinuXploit