mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 16:46:55 +00:00
Other: turn off bad login in live test
This commit is contained in:
@ -7,10 +7,12 @@ Feature: Login for the first time
|
|||||||
And "user" has database file
|
And "user" has database file
|
||||||
And "user" has running event loop
|
And "user" has running event loop
|
||||||
|
|
||||||
|
@ignore-live
|
||||||
Scenario: Login with bad username
|
Scenario: Login with bad username
|
||||||
When "user" logs in with bad password
|
When "user" logs in with bad password
|
||||||
Then last response is "failed to login: Incorrect login credentials. Please try again"
|
Then last response is "failed to login: Incorrect login credentials. Please try again"
|
||||||
|
|
||||||
|
@ignore-live
|
||||||
Scenario: Login with bad password
|
Scenario: Login with bad password
|
||||||
Given there is user "user"
|
Given there is user "user"
|
||||||
When "user" logs in with bad password
|
When "user" logs in with bad password
|
||||||
|
|||||||
@ -5,10 +5,12 @@ Feature: Login for the first time
|
|||||||
Then last response is "OK"
|
Then last response is "OK"
|
||||||
And "user" is connected
|
And "user" is connected
|
||||||
|
|
||||||
|
@ignore-live
|
||||||
Scenario: Login with bad username
|
Scenario: Login with bad username
|
||||||
When "user" logs in with bad password
|
When "user" logs in with bad password
|
||||||
Then last response is "failed to login: Incorrect login credentials. Please try again"
|
Then last response is "failed to login: Incorrect login credentials. Please try again"
|
||||||
|
|
||||||
|
@ignore-live
|
||||||
Scenario: Login with bad password
|
Scenario: Login with bad password
|
||||||
Given there is user "user"
|
Given there is user "user"
|
||||||
When "user" logs in with bad password
|
When "user" logs in with bad password
|
||||||
|
|||||||
Reference in New Issue
Block a user