Unverified Commit 68f3426c authored by Steven Spinelli's avatar Steven Spinelli
Browse files

Bug 1761637: update test to include error message check

Change-Id: Iff6c86b2033f7ef93ec805935b365d469edd9a6b
parent b84c525a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@ Background:
Scenario: Too many bad password attempts
  # I should not see any error message on the first 5 attempts
  When I log in as "UserA" with password "wrongpassword"
  # Check for error message for first attempt invalid login
  Then I should see "You have not provided the correct credentials to log in. Please check your username and password are correct."
  And I should see "There was an error with submitting this form. Please check the marked fields and try again."
  And I log in as "UserA" with password "wrongpassword"
  And I log in as "UserA" with password "wrongpassword"
  And I log in as "UserA" with password "wrongpassword"