mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
GODT-1913: pass reporter to gluon, limit restarts, add crash handlers.
This commit is contained in:
@ -23,12 +23,16 @@ Feature: IMAP create mailbox
|
||||
Scenario: Creating folder or label with existing name is not possible
|
||||
When IMAP client "1" creates "Folders/f1"
|
||||
Then it fails
|
||||
And bridge reports a message with "Failed to create mailbox"
|
||||
When IMAP client "1" creates "Folders/f2"
|
||||
Then it fails
|
||||
And bridge reports a message with "Failed to create mailbox"
|
||||
When IMAP client "1" creates "Labels/l1"
|
||||
Then it fails
|
||||
And bridge reports a message with "Failed to create mailbox"
|
||||
When IMAP client "1" creates "Labels/l2"
|
||||
Then it fails
|
||||
And bridge reports a message with "Failed to create mailbox"
|
||||
When IMAP client "1" creates "Folders/f3"
|
||||
Then it succeeds
|
||||
When IMAP client "1" creates "Labels/l3"
|
||||
@ -182,4 +186,4 @@ Feature: IMAP create mailbox
|
||||
| Folders/f2/f22 |
|
||||
| Labels |
|
||||
| Labels/l1 |
|
||||
| Labels/l2 |
|
||||
| Labels/l2 |
|
||||
|
||||
Reference in New Issue
Block a user