From 6509df523f4fc4387e07a525bd5ae9917ad5c8a5 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Mon, 4 Oct 2021 09:34:09 +0200 Subject: [PATCH] GODT-1360: added extra check. This should help diagnostic test failure next time it happens. --- test/features/bridge/imap/message/create.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/test/features/bridge/imap/message/create.feature b/test/features/bridge/imap/message/create.feature index 8b33c062..d1fa2302 100644 --- a/test/features/bridge/imap/message/create.feature +++ b/test/features/bridge/imap/message/create.feature @@ -65,6 +65,7 @@ Feature: IMAP create messages | from | to | subject | body | | [primary] | chosen@one.com | Meet the Twins | Hello, Mr. Anderson | And there is IMAP client selected in "Sent" + Then mailbox "Sent" for "userMoreAddresses" has 1 messages When IMAP client creates message "Meet the Twins" from address "primary" of "userMoreAddresses" to "chosen@one.com" with body "Hello, Mr. Anderson" in "Sent" Then IMAP response is "OK" And mailbox "Sent" for "userMoreAddresses" has 2 messages