test: reword scenario

This commit is contained in:
James Houlahan
2020-06-12 14:39:58 +02:00
parent 5cb78b0a03
commit 7a13b89274
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ Feature: IMAP auth
Then IMAP response is "IMAP error: NO user .* not found"
@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"
When IMAP client authenticates "userDisabledPrimaryAddress" with address "secondary"
Then IMAP response is "OK"

View File

@ -46,7 +46,7 @@ Feature: SMTP auth
Then SMTP response is "SMTP error: 454 user .* not found"
@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"
When SMTP client authenticates "userDisabledPrimaryAddress" with address "secondary"
Then SMTP response is "OK"