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

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