Skip to content
Simple Accounting
Search
K
Main Navigation
Home
Appearance
Menu
Return to top
Scenario 1.3. Signin
1.3.F1. Sign in fails when credentials do not match.
GIVEN
user visit
/signin
WHEN
user type "admin" into input "username"
AND
user type "12345678" into input "password"
AND
user click button "sign-in"
THEN
user see "Authentication credentials is invalid".