forked from Silverfish/proton-bridge
Import/Export backend
This commit is contained in:
12
test/features/ie/users/relogin.feature
Normal file
12
test/features/ie/users/relogin.feature
Normal file
@ -0,0 +1,12 @@
|
||||
Feature: Re-login
|
||||
Scenario: Re-login with connected user
|
||||
Given there is connected user "user"
|
||||
When "user" logs in
|
||||
Then last response is "failed to finish login: user is already connected"
|
||||
And "user" is connected
|
||||
|
||||
Scenario: Re-login with disconnected user
|
||||
Given there is disconnected user "user"
|
||||
When "user" logs in
|
||||
Then last response is "OK"
|
||||
And "user" is connected
|
||||
Reference in New Issue
Block a user