@ -7,10 +7,12 @@ Feature: Login for the first time
And "user" has database file
And "user" has running event loop
@ignore-live
Scenario: Login with bad username
When "user" logs in with bad password
Then last response is "failed to login: Incorrect login credentials. Please try again"
Scenario: Login with bad password
Given there is user "user"
@ -5,10 +5,12 @@ Feature: Login for the first time
Then last response is "OK"
And "user" is connected