forked from Silverfish/proton-bridge
test(GODT-1602): run integration tests against black 🖤
This commit is contained in:
@ -42,6 +42,8 @@ Feature: IMAP Draft messages
|
||||
And IMAP client "1" eventually sees 1 messages in "Drafts"
|
||||
And IMAP client "1" does not see header "Reply-To" in message with subject "Basic Draft" in "Drafts"
|
||||
|
||||
# The draft event is received from black but it's not processed to IMAP
|
||||
@skip-black
|
||||
Scenario: Draft edited remotely
|
||||
When the following fields were changed in draft 1 for address "[user:user]@[domain]" of account "[user:user]":
|
||||
| to | subject | body |
|
||||
@ -52,6 +54,8 @@ Feature: IMAP Draft messages
|
||||
And IMAP client "1" eventually sees 1 messages in "Drafts"
|
||||
And IMAP client "1" does not see header "Reply-To" in message with subject "Basic Draft" in "Drafts"
|
||||
|
||||
# The draft event is received from black but it's not processed to IMAP
|
||||
@skip-black
|
||||
@regression
|
||||
Scenario: Draft edited remotely and sent from client
|
||||
When IMAP client "1" selects "Drafts"
|
||||
@ -103,6 +107,8 @@ Feature: IMAP Draft messages
|
||||
And IMAP client "1" eventually sees 0 messages in "Drafts"
|
||||
|
||||
|
||||
# The draft event is received from black but it's not processed to IMAP
|
||||
@skip-black
|
||||
Scenario: Draft moved to trash remotely
|
||||
When draft 1 for address "[user:user]@[domain]" of account "[user:user]" was moved to trash
|
||||
Then IMAP client "1" eventually sees the following messages in "Trash":
|
||||
|
||||
Reference in New Issue
Block a user