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:
authorVincent Petry <vincent@nextcloud.com>2021-02-03 14:57:57 +0300
committerVincent Petry <vincent@nextcloud.com>2021-02-08 14:01:42 +0300
commite9d226a2d0d12dda437a80bd7e029df2ea9e7df8 (patch)
tree125c735aad7c8e64ec652562f3513dfef19458ad /tests
parent85d0396d0348f0cdee0ab0c81244c280858c8ced (diff)
Fix find-listed integration test outline
Fix the test to actually use the variable from the example list. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/features/conversation/find-listed.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/features/conversation/find-listed.feature b/tests/integration/features/conversation/find-listed.feature
index 2a0c7dd52..8f48de576 100644
--- a/tests/integration/features/conversation/find-listed.feature
+++ b/tests/integration/features/conversation/find-listed.feature
@@ -14,7 +14,7 @@ Feature: conversation/find-listed
| roomName | public-room |
When user "creator" allows listing room "group-room" for "none" with 200
And user "creator" allows listing room "public-room" for "none" with 200
- Then user "creator" cannot find any listed rooms (v3)
+ Then user "<user>" cannot find any listed rooms (v3)
Examples:
| user |
| creator |