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>2019-08-29 10:23:17 +0300
committerJoas Schilling <coding@schilljs.com>2019-08-29 10:23:17 +0300
commita0c47ca4e0175351f72b97ad3fc0ff81c14ef83f (patch)
tree986b5ce2b6e7c31f99cbc1060fd3466c8b9a04ef /tests
parentf83316ab15fda5ce737693b804c1c149c62d6373 (diff)
Users are not automatically participants anymore when asking for a file conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/conversation/lobby.feature2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/features/conversation/lobby.feature b/tests/integration/features/conversation/lobby.feature
index c48a013e7..6eaf3a408 100644
--- a/tests/integration/features/conversation/lobby.feature
+++ b/tests/integration/features/conversation/lobby.feature
@@ -57,6 +57,8 @@ Feature: conversation/lobby
Given user "participant1" shares "welcome.txt" with user "participant2" with OCS 100
And user "participant1" gets the room for path "welcome.txt" with 200
And user "participant2" gets the room for path "welcome (2).txt" with 200
+ And user "participant1" joins room "file welcome.txt room" with 200
+ And user "participant2" joins room "file welcome (2).txt room" with 200
When user "participant1" sets lobby state for room "file welcome.txt room" to "non moderators" with 403
And user "participant1" sets lobby state for room "file welcome.txt room" to "no lobby" with 403
And user "participant2" sets lobby state for room "file welcome (2).txt room" to "non moderators" with 403