mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
test(GODT-3220): Add scenario cannot login with deleted alias
This commit is contained in:
@ -46,3 +46,13 @@ Feature: A user can login
|
|||||||
And the user logs in with username "[user:additional]" and password "password"
|
And the user logs in with username "[user:additional]" and password "password"
|
||||||
Then user "[user:user]" is eventually listed and connected
|
Then user "[user:user]" is eventually listed and connected
|
||||||
And user "[user:additional]" is eventually listed and connected
|
And user "[user:additional]" is eventually listed and connected
|
||||||
|
|
||||||
|
Scenario: Login to account with an alias address that no longer exists
|
||||||
|
Given the account "[user:user]" has additional address "[user:alias]@[domain]"
|
||||||
|
And the user logs in with alias address "[user:alias]@[domain]" and password "password2"
|
||||||
|
And user "[user:user]" is eventually listed and connected
|
||||||
|
When user "[user:user]" is deleted
|
||||||
|
Then user "[user:user]" is not listed
|
||||||
|
When the account "[user:user]" no longer has additional address "[user:alias]@[domain]"
|
||||||
|
When the user logs in with username "[user:alias]@[domain]" and password "password2"
|
||||||
|
Then it fails
|
||||||
|
|||||||
Reference in New Issue
Block a user