mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-26 19:56:43 +00:00
test(GODT-1602): run integration tests against black 🖤
This commit is contained in:
@ -9,7 +9,6 @@ Feature: SMTP sending embedded message
|
||||
And user "[user:user]" connects and authenticates SMTP client "1"
|
||||
Then it succeeds
|
||||
|
||||
@long-black
|
||||
Scenario: Send it
|
||||
When SMTP client "1" sends the following message from "[user:user]@[domain]" to "[user:to]@[domain]":
|
||||
"""
|
||||
@ -49,4 +48,4 @@ Feature: SMTP sending embedded message
|
||||
When user "[user:to]" connects and authenticates IMAP client "2"
|
||||
Then IMAP client "2" eventually sees the following messages in "Inbox":
|
||||
| from | to | subject | attachments | unread |
|
||||
| [user:user]@[domain] | [user:to]@[domain] | Embedded message | embedded.eml | true |
|
||||
| [user:user]@[domain] | [user:to]@[domain] | Embedded message | embedded.eml | true |
|
||||
|
||||
Reference in New Issue
Block a user