mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
feat(GODT-2610): re-use previous password when removing and adding back account.
This commit is contained in:
@ -12,4 +12,13 @@ Feature: A logged out user can login again
|
||||
|
||||
Scenario: Cannot login to removed account
|
||||
When user "[user:user]" is deleted
|
||||
Then user "[user:user]" is not listed
|
||||
Then user "[user:user]" is not listed
|
||||
|
||||
Scenario: Bridge password persists after logout/login
|
||||
Given there exists an account with username "testUser" and password "password"
|
||||
And the user logs in with username "testUser" and password "password"
|
||||
And the bridge password of user "testUser" is changed to "YnJpZGdlcGFzc3dvcmQK"
|
||||
And user "testUser" is deleted
|
||||
And the user logs in with username "testUser" and password "password"
|
||||
Then user "testUser" is eventually listed and connected
|
||||
And the bridge password of user "testUser" is equal to "YnJpZGdlcGFzc3dvcmQK"
|
||||
|
||||
Reference in New Issue
Block a user