summaryrefslogtreecommitdiffstats
path: root/build/integration
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-10 19:10:24 +0100
committerJoas Schilling <coding@schilljs.com>2021-03-10 19:10:24 +0100
commit1683e0289b20b6a0e1b94bae5853859df15c542e (patch)
treedb1521b0d505eb84d6d4f02ac8a7531e94a0f134 /build/integration
parentcf8f9c16df7517cc685790cbc1a795475741be91 (diff)
downloadnextcloud-server-1683e0289b20b6a0e1b94bae5853859df15c542e.tar.gz
nextcloud-server-1683e0289b20b6a0e1b94bae5853859df15c542e.zip
Also execute the new tests on drone
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/integration')
-rw-r--r--build/integration/collaboration_features/autocomplete.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/integration/collaboration_features/autocomplete.feature b/build/integration/collaboration_features/autocomplete.feature
index 5e294709d7f..e20993e420e 100644
--- a/build/integration/collaboration_features/autocomplete.feature
+++ b/build/integration/collaboration_features/autocomplete.feature
@@ -12,6 +12,13 @@ Feature: autocomplete
Given As an "admin"
When get autocomplete for "auto"
| id | source |
+ | auto | users |
+ | autocomplete | users |
+ | autocomplete2 | users |
+ When parameter "shareapi_restrict_user_enumeration_full_match" of app "core" is set to "no"
+ Then get autocomplete for "auto"
+ | id | source |
+ | auto | users |
| autocomplete | users |
| autocomplete2 | users |