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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-09-20 15:47:26 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2021-09-20 15:47:26 +0300
commit0fbe66644f81256063e8a594f8da6596f62d2c4a (patch)
treebd3d27159b21384310d5719cb3ca4ef98f5ced02 /tests
parent36bfe11b8e60b7f103b97f60d91b33d48002236d (diff)
Fix missing step in read-status integration tests
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
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)