Other(test): Fix some more integration test placeholders

This commit is contained in:
James Houlahan
2023-01-24 16:46:29 +01:00
parent 60b1c4d8f7
commit 5d4c10c56e

View File

@ -2,14 +2,14 @@ Feature: A user can authenticate an SMTP client
Background: Background:
Given there exists an account with username "[user:user]" and password "password" Given there exists an account with username "[user:user]" and password "password"
And there exists an account with username "[user:user2]" and password "password2" And there exists an account with username "[user:user2]" and password "password2"
And there exists a disabled account with username "[user3:user3]" and password "password3" And there exists a disabled account with username "[user:user3]" and password "password3"
And the account "[user:user]" has additional address "[alias:alias]@[domain]" And the account "[user:user]" has additional address "[alias:alias]@[domain]"
And the account "[user:user2]" has additional disabled address "[alias:alias2]@[domain]" And the account "[user:user2]" has additional disabled address "[alias:alias2]@[domain]"
And the account "[user3:user3]" has additional address "[alias3:alias3]@[domain]" And the account "[user:user3]" has additional address "[alias:alias3]@[domain]"
And bridge starts And bridge starts
And the user logs in with username "[user:user]" and password "password" And the user logs in with username "[user:user]" and password "password"
And the user logs in with username "[user:user2]" and password "password2" And the user logs in with username "[user:user2]" and password "password2"
And the user logs in with username "[user3:user3]" and password "password3" And the user logs in with username "[user:user3]" and password "password3"
Scenario: SMTP client can authenticate successfully Scenario: SMTP client can authenticate successfully
When user "[user:user]" connects SMTP client "1" When user "[user:user]" connects SMTP client "1"
@ -49,5 +49,5 @@ Feature: A user can authenticate an SMTP client
@ignore-live @ignore-live
Scenario: SMTP Authenticates with secondary address of account with disabled primary address Scenario: SMTP Authenticates with secondary address of account with disabled primary address
When user "[user3:user3]" connects and authenticates SMTP client "1" with address "[alias3:alias3]@[domain]" When user "[user:user3]" connects and authenticates SMTP client "1" with address "[alias:alias3]@[domain]"
Then it succeeds Then it succeeds