summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-23 17:01:55 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-23 17:01:55 +0100
commit3aec250af0b15abcf2c7f5fd4d3b60d0eea468f2 (patch)
tree905f9bc030defcb5ce9a5d8c8891a82f75f46057 /tests
parentdf5ab9157195551eb3b933e0693d400a05abbd37 (diff)
Extend integration test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/sharing/delete.feature34
1 files changed, 18 insertions, 16 deletions
diff --git a/tests/integration/features/sharing/delete.feature b/tests/integration/features/sharing/delete.feature
index 4b29d5bc5..d5d472001 100644
--- a/tests/integration/features/sharing/delete.feature
+++ b/tests/integration/features/sharing/delete.feature
@@ -363,25 +363,27 @@ Feature: delete
| room | actorType | actorId | actorDisplayName | message | messageParameters |
| public room | users | participant1 | participant1-displayname | {file} | "IGNORE" |
And user "participant1" sees the following shared summarized overview in room "public room" with 200
- | audio | 0 |
- | deckcard | 0 |
- | file | 1 |
- | location | 0 |
- | media | 0 |
- | other | 0 |
- | poll | 0 |
- | voice | 0 |
+ | audio | 0 |
+ | deckcard | 0 |
+ | file | 1 |
+ | location | 0 |
+ | media | 0 |
+ | other | 0 |
+ | poll | 0 |
+ | voice | 0 |
+ | recording | 0 |
When user "participant1" deletes file "welcome.txt"
Then user "participant1" sees the following shared file in room "public room" with 200
And user "participant1" sees the following shared summarized overview in room "public room" with 200
- | audio | 0 |
- | deckcard | 0 |
- | file | 0 |
- | location | 0 |
- | media | 0 |
- | other | 0 |
- | poll | 0 |
- | voice | 0 |
+ | audio | 0 |
+ | deckcard | 0 |
+ | file | 0 |
+ | location | 0 |
+ | media | 0 |
+ | other | 0 |
+ | poll | 0 |
+ | voice | 0 |
+ | recording | 0 |
And user "participant1" sees the following system messages in room "public room" with 200
| room | actorType | actorId | actorDisplayName | systemMessage |
| public room | users | participant1 | participant1-displayname | file_shared |