forked from Silverfish/proton-bridge
ci: always use the 'eventually' variant step and remove others.
This commit is contained in:
@ -37,7 +37,7 @@ Feature: IMAP create mailbox
|
||||
Then it succeeds
|
||||
When IMAP client "1" creates "Labels/l3"
|
||||
Then it succeeds
|
||||
Then IMAP client "1" sees the following mailbox info:
|
||||
Then IMAP client "1" eventually sees the following mailbox info:
|
||||
| name |
|
||||
| INBOX |
|
||||
| Drafts |
|
||||
@ -65,7 +65,7 @@ Feature: IMAP create mailbox
|
||||
Then it succeeds
|
||||
When IMAP client "1" creates "Folders/f2/f22"
|
||||
Then it succeeds
|
||||
Then IMAP client "1" sees the following mailbox info:
|
||||
Then IMAP client "1" eventually sees the following mailbox info:
|
||||
| name |
|
||||
| INBOX |
|
||||
| Drafts |
|
||||
@ -89,7 +89,7 @@ Feature: IMAP create mailbox
|
||||
And the user logs in with username "[user:user]" and password "password"
|
||||
And user "[user:user]" finishes syncing
|
||||
And user "[user:user]" connects and authenticates IMAP client "2"
|
||||
Then IMAP client "2" sees the following mailbox info:
|
||||
Then IMAP client "2" eventually sees the following mailbox info:
|
||||
| name |
|
||||
| INBOX |
|
||||
| Drafts |
|
||||
@ -119,7 +119,7 @@ Feature: IMAP create mailbox
|
||||
Then it succeeds
|
||||
When IMAP client "1" creates "Folders/f2/f22"
|
||||
Then it succeeds
|
||||
Then IMAP client "1" sees the following mailbox info:
|
||||
Then IMAP client "1" eventually sees the following mailbox info:
|
||||
| name |
|
||||
| INBOX |
|
||||
| Drafts |
|
||||
@ -143,7 +143,7 @@ Feature: IMAP create mailbox
|
||||
Then it succeeds
|
||||
When IMAP client "1" renames "Folders/f1/f12" to "Folders/f2/f12"
|
||||
Then it succeeds
|
||||
Then IMAP client "1" sees the following mailbox info:
|
||||
Then IMAP client "1" eventually sees the following mailbox info:
|
||||
| name |
|
||||
| INBOX |
|
||||
| Drafts |
|
||||
@ -167,7 +167,7 @@ Feature: IMAP create mailbox
|
||||
And the user logs in with username "[user:user]" and password "password"
|
||||
And user "[user:user]" finishes syncing
|
||||
And user "[user:user]" connects and authenticates IMAP client "2"
|
||||
Then IMAP client "2" sees the following mailbox info:
|
||||
Then IMAP client "2" eventually sees the following mailbox info:
|
||||
| name |
|
||||
| INBOX |
|
||||
| Drafts |
|
||||
|
||||
Reference in New Issue
Block a user