mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-22 10:06:44 +00:00
test(GODT-1602): run integration tests against black 🖤
This commit is contained in:
@ -40,6 +40,8 @@ Feature: IMAP list mailboxes
|
||||
Then IMAP client "2" counts 20 mailboxes under "Folders"
|
||||
And IMAP client "2" counts 60 mailboxes under "Labels"
|
||||
|
||||
# need to implement _schedule message_ test step for black
|
||||
@skip-black
|
||||
Scenario: List with scheduled mail
|
||||
Given there exists an account with username "[user:user]" and password "password"
|
||||
And the address "[user:user]@[domain]" of account "[user:user]" has the following messages in "Scheduled":
|
||||
|
||||
@ -12,6 +12,8 @@ Feature: IMAP get mailbox info
|
||||
And user "[user:user]" connects and authenticates IMAP client "1"
|
||||
Then it succeeds
|
||||
|
||||
# with black subfolder is not renamed (maybe missing event?)
|
||||
@skip-black
|
||||
Scenario: Rename folder with subfolders
|
||||
When IMAP client "1" renames "Folders/f1" to "Folders/f3"
|
||||
And it succeeds
|
||||
|
||||
Reference in New Issue
Block a user