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>2020-10-23 14:36:37 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-23 14:36:37 +0300
commit3117ef7fe9d643d4798de7182c6db66450362359 (patch)
tree56a69653ad808e004f80029620444b3c95f48fde /tests
parent739efd06448c018bbf8ce5cfba36d6a2906b058e (diff)
Correctly leave the room not the call in integration tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/conversation/set-password.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/features/conversation/set-password.feature b/tests/integration/features/conversation/set-password.feature
index 324d81190..aa8694e05 100644
--- a/tests/integration/features/conversation/set-password.feature
+++ b/tests/integration/features/conversation/set-password.feature
@@ -15,7 +15,7 @@ Feature: public
Then user "participant3" joins room "room" with 403
Then user "participant3" joins room "room" with 200
| password | foobar |
- And user "participant3" leaves call "room" with 200
+ And user "participant3" leaves room "room" with 200
When user "participant1" sets password "" for room "room" with 200
Then user "participant3" joins room "room" with 200
@@ -32,7 +32,7 @@ Feature: public
Then user "participant3" joins room "room" with 403
Then user "participant3" joins room "room" with 200
| password | foobar |
- And user "participant3" leaves call "room" with 200
+ And user "participant3" leaves room "room" with 200
When user "participant2" sets password "" for room "room" with 200
Then user "participant3" joins room "room" with 200