mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 17:16:46 +00:00
test(GODT-1602): run integration tests against black 🖤
This commit is contained in:
@ -15,6 +15,8 @@ Feature: IMAP Fetch
|
||||
And user "[user:user]" connects and authenticates IMAP client "1"
|
||||
Then it succeeds
|
||||
|
||||
# The date returned from black is server time.. Black is probably correct we need to fix GPA server
|
||||
@skip-black
|
||||
Scenario: Fetch very old message
|
||||
Given IMAP client "1" eventually sees the following messages in "INBOX":
|
||||
| from | to | subject | date |
|
||||
@ -22,6 +24,8 @@ Feature: IMAP Fetch
|
||||
Then IMAP client "1" sees header "X-Original-Date: Sun, 13 Jul 1969 00:00:00 +0000" in message with subject "foo" in "INBOX"
|
||||
|
||||
|
||||
# The date returned from black is server time.. Black is probably correct we need to fix GPA server
|
||||
@skip-black
|
||||
Scenario: Fetch from deleted cache
|
||||
When the user deletes the gluon cache
|
||||
Then IMAP client "1" eventually sees the following messages in "INBOX":
|
||||
|
||||
Reference in New Issue
Block a user