ci: always use the 'eventually' variant step and remove others.

This commit is contained in:
Romain LE JEUNE
2023-02-14 17:07:45 +01:00
parent 473be3d485
commit c1921a811b
19 changed files with 98 additions and 102 deletions

View File

@ -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 |

View File

@ -7,7 +7,7 @@ Feature: IMAP Hide All Mail
And user "[user:user]" connects and authenticates IMAP client "1"
Scenario: Hide All Mail Mailbox
Given IMAP client "1" sees the following mailbox info:
Given IMAP client "1" eventually sees the following mailbox info:
| name |
| INBOX |
| Drafts |
@ -20,7 +20,7 @@ Feature: IMAP Hide All Mail
| Folders |
| Labels |
When the user hides All Mail
Then IMAP client "1" sees the following mailbox info:
Then IMAP client "1" eventually sees the following mailbox info:
| name |
| INBOX |
| Drafts |
@ -32,7 +32,7 @@ Feature: IMAP Hide All Mail
| Folders |
| Labels |
When the user shows All Mail
Then IMAP client "1" sees the following mailbox info:
Then IMAP client "1" eventually sees the following mailbox info:
| name |
| INBOX |
| Drafts |

View File

@ -9,7 +9,7 @@ Feature: IMAP list mailboxes
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 "1"
Then IMAP client "1" sees the following mailbox info:
Then IMAP client "1" eventually sees the following mailbox info:
| name |
| INBOX |
| Drafts |