Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/features/callapi/group.feature')
-rw-r--r--tests/integration/features/callapi/group.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/integration/features/callapi/group.feature b/tests/integration/features/callapi/group.feature
index 18969c72d..ed46e4d87 100644
--- a/tests/integration/features/callapi/group.feature
+++ b/tests/integration/features/callapi/group.feature
@@ -23,14 +23,21 @@ Feature: callapi/group
Then user "participant1" sees 0 peers in call "room" with 200
And user "participant2" sees 0 peers in call "room" with 200
Then user "participant1" joins call "room" with 200
+ | flags | 1 |
Then user "participant1" sees 1 peers in call "room" with 200
And user "participant2" sees 1 peers in call "room" with 200
+ Then user "participant1" is participant of the following rooms (v3)
+ | id | type | callFlag |
+ | room | 2 | 1 |
Then user "participant2" joins room "room" with 200
Then user "participant1" sees 1 peers in call "room" with 200
And user "participant2" sees 1 peers in call "room" with 200
And user "participant2" joins call "room" with 200
Then user "participant1" sees 2 peers in call "room" with 200
And user "participant2" sees 2 peers in call "room" with 200
+ Then user "participant1" is participant of the following rooms (v3)
+ | id | type | callFlag |
+ | room | 2 | 7 |
Then user "participant1" leaves call "room" with 200
Then user "participant1" sees 1 peers in call "room" with 200
And user "participant2" sees 1 peers in call "room" with 200