You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
451 B
17 lines
451 B
Feature: Session deleted on API |
|
|
|
@ignore-live |
|
Scenario: Session revoked after start |
|
Given there is connected user "user" |
|
When session was revoked for "user" |
|
And the event loop of "user" loops once |
|
Then "user" is disconnected |
|
|
|
|
|
@ignore-live |
|
Scenario: Starting with revoked session |
|
Given there is user "user" which just logged in |
|
And session was revoked for "user" |
|
When bridge starts |
|
Then "user" is disconnected |
|
|
|
|