forked from Silverfish/proton-bridge
test: fix flaky tests.
This commit is contained in:
@ -4,9 +4,11 @@ Feature: A user can authenticate an IMAP client
|
||||
And there exists an account with username "[user:user2]" and password "password2"
|
||||
And the account "[user:user]" has additional address "[alias:alias]@[domain]"
|
||||
And the account "[user:user2]" has additional disabled address "[alias:alias2]@[domain]"
|
||||
And bridge starts
|
||||
Then it succeeds
|
||||
When bridge starts
|
||||
And the user logs in with username "[user:user]" and password "password"
|
||||
And the user logs in with username "[user:user2]" and password "password2"
|
||||
Then it succeeds
|
||||
|
||||
Scenario: IMAP client can authenticate successfully
|
||||
When user "[user:user]" connects IMAP client "1"
|
||||
|
||||
Reference in New Issue
Block a user