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:
authorVitor Mattos <vitor@php.rio>2021-11-25 22:37:14 +0300
committerVitor Mattos <vitor@php.rio>2021-11-25 22:37:14 +0300
commit7a54c4d104f72f798ea4c3971ca94a784a0bfba7 (patch)
tree82c38d948cd00c612ad233fbdb2767691e99a00a /tests
parent2ab6fa13b1a14306e94e4f369e4113b4721237ad (diff)
Cover return token test
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/command/create.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/features/command/create.feature b/tests/integration/features/command/create.feature
index 21667e76f..168be2d8d 100644
--- a/tests/integration/features/command/create.feature
+++ b/tests/integration/features/command/create.feature
@@ -8,6 +8,7 @@ Feature: create
Scenario: Create a group room for participant1
Given invoking occ with "talk:room:create room1 --user participant1"
+ And the command output contains the text "Room token:"
And the command output contains the text "Room successfully created"
Then the command was successful
And user "participant1" is participant of the following rooms (v4)