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 <213943+nickvergessen@users.noreply.github.com>2021-09-21 11:28:27 +0300
committerGitHub <noreply@github.com>2021-09-21 11:28:27 +0300
commit6a00e05685908f35e924b80967c706e084ef07d8 (patch)
treef38947e376dcc079b2b27370eb56dd686d55e89d /tests
parent543992012045b78c9e221b6239961a8695ed7c8b (diff)
parent0fbe66644f81256063e8a594f8da6596f62d2c4a (diff)
Merge pull request #6270 from nextcloud/fix-missing-step-in-read-status-integration-tests
Fix missing step in read-status integration tests
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/chat/read-status.feature8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration/features/chat/read-status.feature b/tests/integration/features/chat/read-status.feature
index 536165bfd..0e60efc40 100644
--- a/tests/integration/features/chat/read-status.feature
+++ b/tests/integration/features/chat/read-status.feature
@@ -5,7 +5,7 @@ Feature: public
Given user "participant3" exists
Scenario: User toggles the read privacy
- Given user "participant1" creates room "chatting" (v3)
+ Given user "participant1" creates room "chatting" (v4)
| roomType | 3 |
| roomName | room |
@@ -29,7 +29,7 @@ Feature: public
Scenario: Read status is the minimum of all public users
- Given user "participant1" creates room "chatting" (v3)
+ Given user "participant1" creates room "chatting" (v4)
| roomType | 3 |
| roomName | room |
And user "participant1" adds user "participant2" to room "chatting" with 200 (v4)
@@ -56,7 +56,7 @@ Feature: public
Scenario: User switching to private is not considered anymore
- Given user "participant1" creates room "chatting" (v3)
+ Given user "participant1" creates room "chatting" (v4)
| roomType | 3 |
| roomName | room |
And user "participant1" adds user "participant2" to room "chatting" with 200 (v4)
@@ -84,7 +84,7 @@ Feature: public
Scenario: New users added start with the last message of when they are added
- Given user "participant1" creates room "chatting" (v3)
+ Given user "participant1" creates room "chatting" (v4)
| roomType | 3 |
| roomName | room |
And user "participant1" adds user "participant2" to room "chatting" with 200 (v4)