mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +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
@ -121,7 +121,7 @@ func TestFeatures(testingT *testing.T) {
|
|||||||
ctx.Step(`^the address "([^"]*)" of account "([^"]*)" has the following messages in "([^"]*)":$`, s.theAddressOfAccountHasTheFollowingMessagesInMailbox)
|
ctx.Step(`^the address "([^"]*)" of account "([^"]*)" has the following messages in "([^"]*)":$`, s.theAddressOfAccountHasTheFollowingMessagesInMailbox)
|
||||||
ctx.Step(`^the address "([^"]*)" of account "([^"]*)" has (\d+) messages in "([^"]*)"$`, s.theAddressOfAccountHasMessagesInMailbox)
|
ctx.Step(`^the address "([^"]*)" of account "([^"]*)" has (\d+) messages in "([^"]*)"$`, s.theAddressOfAccountHasMessagesInMailbox)
|
||||||
ctx.Step(`^the following fields were changed in draft (\d+) for address "([^"]*)" of account "([^"]*)":$`, s.theFollowingFieldsWereChangedInDraftForAddressOfAccount)
|
ctx.Step(`^the following fields were changed in draft (\d+) for address "([^"]*)" of account "([^"]*)":$`, s.theFollowingFieldsWereChangedInDraftForAddressOfAccount)
|
||||||
ctx.Step(`^draft (\d+) for address "([^"]*)" of account "([^"]*) was moved to trash$`, s.drafAtIndexWasMovedToTrashForAddressOfAccount)
|
ctx.Step(`^draft (\d+) for address "([^"]*)" of account "([^"]*)" was moved to trash$`, s.drafAtIndexWasMovedToTrashForAddressOfAccount)
|
||||||
|
|
||||||
// === REPORTER ===
|
// === REPORTER ===
|
||||||
ctx.Step(`^test skips reporter checks$`, s.skipReporterChecks)
|
ctx.Step(`^test skips reporter checks$`, s.skipReporterChecks)
|
||||||
|
|||||||
@ -45,7 +45,7 @@ Feature: IMAP Draft messages
|
|||||||
And IMAP client "1" eventually sees 1 messages in "Drafts"
|
And IMAP client "1" eventually sees 1 messages in "Drafts"
|
||||||
|
|
||||||
Scenario: Draft moved to trash remotely
|
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":
|
Then IMAP client "1" eventually sees the following messages in "Trash":
|
||||||
| body |
|
| body |
|
||||||
| This is a dra |
|
| This is a dra |
|
||||||
|
|||||||
Reference in New Issue
Block a user