Skip to content

Commit

Permalink
test: Add integration test for empty notification list after particip…
Browse files Browse the repository at this point in the history
…ating in the call

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Aug 14, 2024
1 parent 1ad8109 commit 5ea29fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration/features/federation/call.feature
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ Feature: federation/call
And user "participant2" has the following notifications
| app | object_type | object_id | subject |
| spreed | call | LOCAL::room | A group call has started in room |
And user "participant2" joins room "LOCAL::room" with 200 (v4)
When user "participant2" joins call "LOCAL::room" with 200 (v4)
And using server "LOCAL"
When user "participant1" ends call "room" with 200 (v4)
Then using server "REMOTE"
And user "participant2" has the following notifications

Scenario: normal call notification for federated user is cleared when joining
Given user "participant1" creates room "room" (v4)
Expand Down

0 comments on commit 5ea29fc

Please sign in to comment.