From 7a13b892746239b910df2672fb88132c803c0f0b Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Fri, 12 Jun 2020 14:39:58 +0200 Subject: [PATCH] test: reword scenario --- test/features/imap/auth.feature | 2 +- test/features/smtp/auth.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"