Other: Fix testCtx.getMBoxID()

Ensure we always translate the labels to their full name so they match
properly on all commands.
This commit is contained in:
Leander Beernaert
2023-01-05 14:25:15 +01:00
parent 878f67a051
commit 9f7cda3b69
5 changed files with 19 additions and 7 deletions

View File

@ -4,7 +4,7 @@ Feature: IMAP get mailbox info
And the account "[user:user]" has the following custom mailboxes:
| name | type |
| one | folder |
And the address "[user:user]@[domain]" of account "[user:user]" has the following messages in "one":
And the address "[user:user]@[domain]" of account "[user:user]" has the following messages in "Folders/one":
| from | to | subject | unread |
| a@example.com | a@example.com | one | true |
| b@example.com | b@example.com | two | false |

View File

@ -5,7 +5,7 @@ Feature: IMAP remove messages from mailbox
| name | type |
| mbox | folder |
| label | label |
And the address "[user:user]@[domain]" of account "[user:user]" has 10 messages in "mbox"
And the address "[user:user]@[domain]" of account "[user:user]" has 10 messages in "Folders/mbox"
And bridge starts
And the user logs in with username "[user:user]" and password "password"
And user "[user:user]" finishes syncing