test: add missing double quotes in test

During integration test training, it was noticed that double-quotes were
missing after a specific regex.
Added them both in the *.feature and bdd_test.go files where applicable.
This commit is contained in:
Gjorgji Slamkov
2023-03-28 17:55:19 +02:00
committed by Jakub Cuth
parent c84919faae
commit a8cb0012e1
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ Feature: IMAP Draft messages
And IMAP client "1" eventually sees 1 messages in "Drafts"
Scenario: Draft moved to trash remotely
When draft 1 for address "[user:user]@[domain]" of account "[user:user] was moved to trash
When draft 1 for address "[user:user]@[domain]" of account "[user:user]" was moved to trash
Then IMAP client "1" eventually sees the following messages in "Trash":
| body |
| This is a dra |