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
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-25 17:07:22 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-26 16:27:10 +0300
commitb532b28bba8a7aed13d64819e1d381fd0bd5aaf3 (patch)
tree61ac04878c58a1b8b7e27f4974bfa29928719874 /tests
parentb37dade08f4e33c309f1b7bade1de4ea42e01988 (diff)
Fix command integration tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/command/create.feature2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/features/command/create.feature b/tests/integration/features/command/create.feature
index 3febbfdd4..21667e76f 100644
--- a/tests/integration/features/command/create.feature
+++ b/tests/integration/features/command/create.feature
@@ -52,6 +52,7 @@ Feature: create
And user "participant1" sees the following attendees in room "room1" with 200 (v4)
| actorType | actorId | participantType |
| users | participant1 | 1 |
+ | groups | group1 | 3 |
| users | participant2 | 3 |
Scenario: Create a public room for participant1 as owner group1 as users with password and readonly and listable
@@ -67,6 +68,7 @@ Feature: create
And user "participant1" sees the following attendees in room "room1" with 200 (v4)
| actorType | actorId | participantType |
| users | participant1 | 1 |
+ | groups | group1 | 3 |
| users | participant2 | 3 |