mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
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:
committed by
Jakub Cuth
parent
c84919faae
commit
a8cb0012e1
@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user