test(GODT-2600): Changing state (read/unread, starred/unstarred) of a message in integration tests

This commit is contained in:
Gjorgji Slamkov
2023-06-22 05:13:53 +00:00
parent 09eef64514
commit e78cb8089b
4 changed files with 215 additions and 10 deletions

View File

@ -18,7 +18,7 @@ Feature: IMAP remove messages from mailbox
When IMAP client "1" selects "Folders/mbox"
And IMAP client "1" marks message 2 as deleted
And it succeeds
Then IMAP client "1" sees that message 2 has the flag "\Deleted"
Then IMAP client "1" eventually sees that message at row 2 has the flag "\Deleted"
When IMAP client "1" expunges
And it succeeds
Then IMAP client "1" eventually sees 9 messages in "Folders/mbox"