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>2021-06-14 12:42:17 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-14 12:42:17 +0300
commitc3728e7ba11a8cc3c530ec1f24a849d240ac4422 (patch)
treed8446e61c2cf29563b41a263062842254c5fd13b /tests
parente71e816ac806aa7254d84afeb9c3a10003c818a0 (diff)
Fix integration tests too
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/chat/reply.feature1
-rw-r--r--tests/integration/features/chat/system-messages.feature1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/features/chat/reply.feature b/tests/integration/features/chat/reply.feature
index cc1fff0fb..276f4a591 100644
--- a/tests/integration/features/chat/reply.feature
+++ b/tests/integration/features/chat/reply.feature
@@ -112,6 +112,7 @@ Feature: chat/reply
And user "participant1" sees the following system messages in room "group room" with 200
| room | actorType | actorId | actorDisplayName | systemMessage |
| group room | users | participant1 | participant1-displayname | user_added |
+ | group room | users | participant1 | participant1-displayname | group_added |
| group room | users | participant1 | participant1-displayname | conversation_created |
When user "participant1" sends reply "Message X-1" on message "conversation_created" to room "group room" with 400
Then user "participant1" sees the following messages in room "group room" with 200
diff --git a/tests/integration/features/chat/system-messages.feature b/tests/integration/features/chat/system-messages.feature
index b2ea311d2..2bcff686a 100644
--- a/tests/integration/features/chat/system-messages.feature
+++ b/tests/integration/features/chat/system-messages.feature
@@ -87,6 +87,7 @@ Feature: System messages
| room | actorType | actorId | actorDisplayName | systemMessage |
| room | users | participant1 | participant1-displayname | user_added |
| room | users | participant1 | participant1-displayname | user_added |
+ | room | users | participant1 | participant1-displayname | group_added |
| room | users | participant1 | participant1-displayname | conversation_created |
Scenario: Creating a one2one room