mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
test: reword scenario
This commit is contained in:
@ -69,7 +69,7 @@ Feature: IMAP auth
|
|||||||
Then IMAP response is "IMAP error: NO user .* not found"
|
Then IMAP response is "IMAP error: NO user .* not found"
|
||||||
|
|
||||||
@ignore-live
|
@ignore-live
|
||||||
Scenario: Authenticates with disabled primary address
|
Scenario: Authenticates with secondary address of account with disabled primary address
|
||||||
Given there is connected user "userDisabledPrimaryAddress"
|
Given there is connected user "userDisabledPrimaryAddress"
|
||||||
When IMAP client authenticates "userDisabledPrimaryAddress" with address "secondary"
|
When IMAP client authenticates "userDisabledPrimaryAddress" with address "secondary"
|
||||||
Then IMAP response is "OK"
|
Then IMAP response is "OK"
|
||||||
|
|||||||
@ -46,7 +46,7 @@ Feature: SMTP auth
|
|||||||
Then SMTP response is "SMTP error: 454 user .* not found"
|
Then SMTP response is "SMTP error: 454 user .* not found"
|
||||||
|
|
||||||
@ignore-live
|
@ignore-live
|
||||||
Scenario: Authenticates with disabled primary address
|
Scenario: Authenticates with secondary address of account with disabled primary address
|
||||||
Given there is connected user "userDisabledPrimaryAddress"
|
Given there is connected user "userDisabledPrimaryAddress"
|
||||||
When SMTP client authenticates "userDisabledPrimaryAddress" with address "secondary"
|
When SMTP client authenticates "userDisabledPrimaryAddress" with address "secondary"
|
||||||
Then SMTP response is "OK"
|
Then SMTP response is "OK"
|
||||||
|
|||||||
Reference in New Issue
Block a user