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:
authorVitor Mattos <vitor@php.rio>2022-07-18 19:12:31 +0300
committerVitor Mattos <vitor@php.rio>2022-07-18 19:13:55 +0300
commit38ca73a5901903992f3f4cdc0c14fbfe6a2e9589 (patch)
treefa1bf3b966a95930609d85339a9624fab41bfeb8
parentdf525c9b3120c51a923bf0b969fb637f73c90c3a (diff)
parent3e6a4d2d412b57b47bc625e4bdf685a2d7fdd87f (diff)
Merge branch 'feature/occ-to-set-expire-message' of github.com:nextcloud/spreed into feature/occ-to-set-expire-message
-rw-r--r--tests/integration/features/command/create.feature7
-rw-r--r--tests/integration/features/command/update.feature2
2 files changed, 3 insertions, 6 deletions
diff --git a/tests/integration/features/command/create.feature b/tests/integration/features/command/create.feature
index 76e787da9..1892d0008 100644
--- a/tests/integration/features/command/create.feature
+++ b/tests/integration/features/command/create.feature
@@ -103,10 +103,7 @@ Feature: create
Scenario: Create a public room with message expiration time
Given invoking occ with "talk:room:create room1 --user participant1 --owner participant1 --public --message-expiration=3"
And user "participant1" is participant of the following rooms (v4)
- | name |
- | room1 |
- And the command output contains the text "Room successfully created"
- And the command was successful
- And user "participant1" is participant of the following rooms (v4)
| name | messageExpiration |
| room1 | 3 |
+ And the command output contains the text "Room successfully created"
+ And the command was successful
diff --git a/tests/integration/features/command/update.feature b/tests/integration/features/command/update.feature
index 5a27c5d89..fa9540849 100644
--- a/tests/integration/features/command/update.feature
+++ b/tests/integration/features/command/update.feature
@@ -1,4 +1,4 @@
-Feature: update
+Feature: command/update
Background:
Given user "participant1" exists