diff --git a/test/features/imap/auth.feature b/test/features/imap/auth.feature index e4533670..8898b50a 100644 --- a/test/features/imap/auth.feature +++ b/test/features/imap/auth.feature @@ -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" diff --git a/test/features/smtp/auth.feature b/test/features/smtp/auth.feature index f5e125ef..cfa2bf34 100644 --- a/test/features/smtp/auth.feature +++ b/test/features/smtp/auth.feature @@ -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"