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-26 15:34:15 +0300
committerVitor Mattos <vitor@php.rio>2022-07-26 15:34:15 +0300
commitde9731f4c760e776945c6757314d3df1aaf60fc3 (patch)
tree57a1020977bddf9a8f6a510bebeb339263db85ea
parent19d57f5ab6b6338b2e19374e036926a546181c2d (diff)
Check response status when share filefeature/expire-shared-links-when-expire-message
Signed-off-by: Vitor Mattos <vitor@php.rio>
-rw-r--r--tests/integration/features/chat/message-expiration.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/features/chat/message-expiration.feature b/tests/integration/features/chat/message-expiration.feature
index 93f56933c..72e09c77a 100644
--- a/tests/integration/features/chat/message-expiration.feature
+++ b/tests/integration/features/chat/message-expiration.feature
@@ -29,7 +29,7 @@ Feature: room/message-expiration
| roomType | 3 |
| roomName | room2 |
And user "participant1" set the message expiration to 3 of room "room2" with 200 (v4)
- When user "participant1" shares "welcome.txt" with room "room2"
+ When user "participant1" shares "welcome.txt" with room "room2" with OCS 100
And user "participant1" sees the following messages in room "room2" with 200
| room | actorType | actorId | actorDisplayName | message | messageParameters |
| room2 | users | participant1 | participant1-displayname | {file} | "IGNORE" |